1.下载Mysql安装包:mysql-5.6.12-win32.zip;2.解压安装到D:\__dev下;3.添加环境变量,创建MYSQL_HOME变量;
MYSQL_HOME=D:\_dev\mysql-5.6.12-win324.配置Path路径,、bin; %MYSQL_HOME%\bin.....
分类:
数据库 时间:
2014-04-29 20:53:09
阅读次数:
935
原因是当前的scheduleOnce还没有执行完成,可以将scheduleOnce方法改写成另外一种形式,把CCDelayTime和CCCallFunc拼接构造延迟事件调用:CCDelayTime
* delayAction = CCDelayTime::create(dt); CCCallFun....
分类:
其他好文 时间:
2014-04-29 20:06:01
阅读次数:
1331
http://jsbin.com/semeh/8请使用chrome打开1.类似于网易新闻客户端的loading效果,左边的圆圈2.发散式心跳效果,右边的圆圈3.youtub上,搜索进度条效果,点击start,顶部的进度条宽度达到30%~70%区间时(随机),js设置至100%,然后reload页面
分类:
Web程序 时间:
2014-04-29 17:42:21
阅读次数:
463
使用Runtime的addShutdownHook(thread)方法: 1 for(int
i=0; i<5; i++){ 2 System.out.println(i); 3 } 4 5 Thread th...
分类:
其他好文 时间:
2014-04-29 17:22:47
阅读次数:
311
happens-beforerelation on memory operations
such as reads and writes of shared variables. The results of a write by one
thread are guaranteed to be .....
分类:
移动开发 时间:
2014-04-29 16:38:32
阅读次数:
511
先确保本地Linux服务器SSH服务开启,如果没有开启直接执行指令:service sshd
start然后我们使用ssh指令进行远程登陆ssh username@ip-address输入passwd指令修改旧密码修改默认账号rootvi
/etc/passwd按i键进入编辑状态修改第1行第1个ro...
分类:
系统相关 时间:
2014-04-29 15:51:22
阅读次数:
586
#include#includeusing namespace std;void
printMonth(int year, int month);void printMonthTitle(int year, int month);void
printMonthName(int month);void...
分类:
其他好文 时间:
2014-04-29 15:36:57
阅读次数:
405
Client Side Pagination - jQuery EasyUI Demo Client
Side Pagination ddf Start This sample shows how to implement client side
pagina...
分类:
其他好文 时间:
2014-04-29 15:14:24
阅读次数:
586
Are you worried that you will not be able to
migrate from http://tfs.visualstudio.com when they start charging for it and you
don’t want to pay? Fear ...
分类:
其他好文 时间:
2014-04-29 10:23:47
阅读次数:
496
1.调用widnows资源管理器打开文件夹 private void
OpenFolder(string folder) { System.Diagnostics.Process.Start("explorer.exe",
folder); ...
分类:
其他好文 时间:
2014-04-29 09:24:46
阅读次数:
406