I use the Elicpse IDE to develope the ansdroid app.Sometime encounter the messy code in the ElicpseOne solve method is that to fix the Ecicpse's enCod...
分类:
其他好文 时间:
2015-07-23 15:31:03
阅读次数:
80
1.1 top 1.1.1 命令说明 Top 命令能够实时监控系统的运行状态,并且可以按照cpu、内存和执行时间进行排序 1.1.2 参数说明 命令行启动参数: 用法: top -hv | -bcisSHM -d delay -n iterations [-u user | -U use...
分类:
Web程序 时间:
2015-07-23 12:18:39
阅读次数:
274
42.You plan to use SQL Performance Analyzer to analyze the SQL workload. You created a SQL Tuning
Set as a part of the workload capturing. What information is captured as part of this process? (Choos...
分类:
其他好文 时间:
2015-07-23 11:57:35
阅读次数:
96
意义:帮助了解存入对象的的数据结构Data::Dumper有面向对象和直接使用函数两种调用方法直接调用函数方式,例如:use Data::Dumper;my $a = "good";my $b = "bad";my @my_array = ("hello", "world", "123", 4.5)...
分类:
其他好文 时间:
2015-07-23 10:37:30
阅读次数:
904
1 register your account athttps://apps.ionic.io/apps2 use cmd command to upload you app3 use your phone to AppStore, download IonicView and login, you...
分类:
移动开发 时间:
2015-07-23 00:37:31
阅读次数:
242
mysql:5.6.24.mysqlworkbench:6.0CE.错误原因:联表删除数据时候出现1175错误。解决方法:set SQL_SAFE_UPDATES = 0; delete user_jurisdiction from user_jurisdiction,userswhere use....
分类:
数据库 时间:
2015-07-23 00:32:16
阅读次数:
249
Today I have finished the development of free-WiFi sdk, it is a trouble work. The principle of the sdk is use the Apple's private api to scan the lis....
分类:
其他好文 时间:
2015-07-22 22:17:23
阅读次数:
144
uva 104 ArbitrageDescription
Download as PDFBackgroundThe use of computers in the finance industry has been marked with controversy lately as programmed trading – designed to take advantage of extreme...
分类:
其他好文 时间:
2015-07-22 21:00:08
阅读次数:
206
有人问,在ARC下,IBOutlets到底应该定义成strong 还是 weak ?支持这个答案的人最多,答案仅是摘自官方文档的一个片段:
From a practical perspective, in iOS and OS X outlets should be defined as declared properties. Outlets should generally b...
分类:
移动开发 时间:
2015-07-22 19:05:49
阅读次数:
200
??
Mysql默认是不可以通过远程机器访问的,通过下面的配置可以开启远程访问
在MySQL Server端:
执行mysql 命令进入mysql 命令模式,
Sql代码
mysql> use mysql; mysql> GRANT ALL ON *.* TO admin@'%' IDENTIFIED BY 'admin' WITH GRANT ...
分类:
数据库 时间:
2015-07-22 18:53:03
阅读次数:
142