Login
Discover
Waves
Decks
Plus
Login
Signup
shiyonglu
@shiyonglu
25
Followers
27
Following
12
Resource Credits
Available
Used
Created
December 7, 2017
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
shiyonglu
god
2018-11-28 20:09
Article 5: Now we have science, why do we need God?
Recently, many debates are held between science and God, giving people the false impression that either science or God, they cannot coexist. The question is, can they? Back in 1925, the historic Scopes
$ 0.000
3
2
shiyonglu
god
2018-11-26 19:28
Article 4: Why did Jesus have to die for you?
One of the most difficult part to understand in Christianity is that Jesus, the son of God, died for our sin, so that if you believed in him, then you would be saved. This is summarized in the most popular
$ 0.000
1
shiyonglu
god
2018-11-22 17:26
Article 3: Why is it so difficult to believe in God
Many people, although not denying in their hearts that there is God, find it difficult to believe in God. First, God is invisible, so if you insist that you have to see in order to believe, this is not
$ 0.000
2
1
shiyonglu
god
2018-11-21 00:59
Article 2: if God exists, then why is there suffering?
One of the most challenging barriers for people to believe in God is suffering. Since, if God is good and all-powerful, all he needs to do is by a snap of his fingers, all of us are in Heaven and we have
$ 0.000
2
shiyonglu
god
2018-11-21 00:12
Article 1: Does God exist?
This is a classic question and has been explored by many scholars and laymen, theists and atheists. Modern atheists or anti-theists believe God was an explanation of nature and the universe when we didn't
$ 0.000
0
shiyonglu
neo
2017-12-19 03:48
NEO versus Ethereum: Why NEO might be 2018’s strongest cryptocurrency
All creditss go to Noam, best article i read about neo so far. NEO versus Ethereum: Why NEO might be 2018’s strongest cryptocurrency
$ 0.000
3
shiyonglu
romans
2017-12-18 01:50
A commentary of Romans 12
hi, Here is my commentary for Romans chapter 12. Any suggestion and advice are welcome. Romans 12New International Version (NIV) A Living Sacrifice 12 Therefore, I urge you, brothers and sisters, in view
$ 0.024
7
shiyonglu
jsp
2017-12-11 16:43
How to get the value from a request parameter in JSP
$ 0.000
0
shiyonglu
cardano
2017-12-11 04:37
Generating an HTML Page in JSP using out.println() method
Generating an HTML Page in JSP using out.println() method import java.io.; import java.util.; import javax.servlet.; import javax.servlet.http.; /** Simple Hello World Servlet */ public class HelloServlet
$ 0.000
1
shiyonglu
mastitis
2017-12-11 04:19
How to implement a login interface in JSP
You need to know 1) Get method; 2) Post method; 3) Web form; 4) how to pass web form data to a JSP page. Source:
$ 0.000
0
shiyonglu
steempower
2017-12-09 01:36
How to insert data into database in JSP
You need to learn: 1) How to create a web form so that a user can input database; 2) how to connect to database; 3) how to receive the values input in the web form using request.getParameter("xxx");
$ 0.000
2
shiyonglu
hebrews
2017-12-09 01:16
A commentary for Hebrews 2:5-18
here is a commentary for Hebrews 2:5-18, which is very helpful. The credits go to my sister. My job is to translate the original writing from Chinese to English and disseminate it to this community. 5It
$ 0.086
5
1
shiyonglu
siacoin
2017-12-08 22:55
How to pass value from one jsp to another jsp page?
This sounds like a cool miner. Anybody got one and like to share your experience? Using Query parameter Using Hidden variable in a web form. you can send Using Session object.
$ 0.000
2
shiyonglu
html
2017-12-08 22:25
How to create an input of type date so that you can select from a popup calendear
Just use the type of "date" for the input element. To create other types of input fields, check out:
$ 0.000
4
shiyonglu
html
2017-12-08 22:16
How to insert a form with update, delete and insert interface dynamically including dynamic dropdown menu
Credits go to Joshau Forsyth and Amanda Cox: It is important to create a form that is based on the content of the database. For example, the list of papers arleady in the database, or the list of program
$ 0.000
2
shiyonglu
dropdownmenu
2017-12-08 20:58
How to create an HTML static dropdown menu
Hi, In order to create a HTML form with a dropdown menu, which is static. We can code it using the select element. For example, when a program committee member reviews a paper, there are two options for
$ 0.000
3
shiyonglu
bitcionpaper
2017-12-08 17:42
How to retrieve data from database and then display as a webpage in JSP
You need to know 1) how to connect to the database; 2) how to execute a SQL query; 3) how to retrieve the query result suing resultSet.next() and resultSet.getString(), etc; and 4) How to format and display
$ 0.000
1
shiyonglu
student
2017-12-08 01:54
How to set initial value and auto increment in MySQL?
It is convenient to let the database to manage id, such as order IDs that can be generated automatically each time we insert a new order tuple into the order table. Moreover, we might want to set an initial
$ 0.000
2
shiyonglu
siacoin
2017-12-07 22:10
How to update database in JSP
You will learn: 1) How to create a web from to take values from a user: 2) How to pass those values from the user to a JSP page using action="updatingDatabase.jsp" and
$ 0.000
4
2