C:\Users\Administrator>mysql -h localhost -P 3390 -uroot -p (-P 后面是端口号,P是大写字母)
Enter password: *********
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 55
S...
分类:
数据库 时间:
2015-04-10 18:05:13
阅读次数:
118
参考书《JSP Web 开发案例教程》index.jsp页面dologin.jsp页面welcome.jsp页面页面显示点击提交
分类:
其他好文 时间:
2015-04-09 23:10:39
阅读次数:
122
Welcome to the iceScrum iceScrum install guide. If you don’t want to manage your own iceScrum installation, you may want to consider our Cloud offers ...
分类:
其他好文 时间:
2015-04-08 12:53:17
阅读次数:
277
androidcreateproject-nWelcome_World-t8-pWelcome_World-korg.example.welcome_World-aWelcome_World 其中,-n指定要创建的项目的名称,-t指定项目针对的Android的平台,-p指定该项目的保存路径,-k.....
分类:
移动开发 时间:
2015-04-06 12:40:52
阅读次数:
169
首先阐述String类和StringBuffer类的区别,String类是常量,不能添加,而StringBuffer则是一个字符缓冲区,可以往里面添加字符串。比如说:
String str = "helloworld";
str += "welcome";
这里其实过程是这样的:生成了String对象 "helloworld" 引用由str持有, 当执行 str += "welcome"...
分类:
编程语言 时间:
2015-04-05 12:05:01
阅读次数:
168
/**
*
*/
package com.you.demo;
/**
* @author YouHaiDong
* @date 2015-04-02
*/
public class Welcome
{
/**
* @param args
*/
public static void main(String[] args)
{
String str1 = "you"...
分类:
编程语言 时间:
2015-04-02 20:58:08
阅读次数:
157
Reverse Number
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 5763 Accepted Submission(s): 2643
Problem Description
Welcome to 2006...
分类:
其他好文 时间:
2015-04-02 09:11:01
阅读次数:
204
秉承MVC架构的思想,CI中的所有控制器都需要经过单点入口文件index.php(默认)来加载调用。也就是说,在默认情况下,所有CI开发项目的URL都形如以下这种形式: http://localhost/index.php/welcome...
分类:
Web程序 时间:
2015-04-02 01:31:42
阅读次数:
193
http://zh.scala-tour.com/#/welcome? Five free books on Scala http://www.oschina.net/question/103999_46884?...
分类:
其他好文 时间:
2015-04-01 11:34:53
阅读次数:
130
public string Welcome(string name, int ID = 1){ return HttpUtility.HtmlEncode("Hello " + name + ", ID: " + ID);}public string Welcome(string name, in....
分类:
Web程序 时间:
2015-03-31 10:48:24
阅读次数:
143