I am implementing a application on Android
using BLE Api (SDK 18), and I have a issue that the transfer data process is
delay very slow. This is my lo...
分类:
移动开发 时间:
2014-06-12 17:55:25
阅读次数:
1309
在my.ini的段[mysqld]中增加skip-grant-tables(只增加它即可)2.重启mysql服务3.打开cmd,转向mysql的安装路径C:\ProgramFiles\MySQL\MySQLServer5.1\bin4.输入mysql-uroot-p5.密码输入空,这时会自动转向sql输入方式6.输入usemysql7.输入updateusersetpassword=password(‘新..
分类:
数据库 时间:
2014-06-10 23:21:56
阅读次数:
342
root@webwall:/home/xiachengjiao#vi/webwall/mysql/my.cnf(看配置文件中的参数)root@webwall:/webwall/mysql/bin#./mysql-uroot-S/var/mysql1.sock-pEnterpassword:Enterpassword:********ERROR2002(HY000):Can‘tconnecttolocalMySQLserverthroughsocket‘/var/mysql1.sock‘(..
分类:
数据库 时间:
2014-06-10 22:43:37
阅读次数:
305
1.工程2.代码:JsonUtil.javapackage com.my.json;import
java.util.ArrayList;import java.util.List;import net.sf.json.JSONArray;import
net.sf.json.JSONObject;...
分类:
编程语言 时间:
2014-06-10 19:39:54
阅读次数:
421
vimsendmail.pl
#!/usr/bin/perl-w
useMIME::Lite;
subperl_sendmail{
my$mail_to=shift;
#my$mail_to="$_[0]";
my$from=shift;
#my$from="$_[1]";
my$subject=shift;
#my$subject="$_[2]";
my$data=shift;
#my$data="$_[3]";
$sendmail=MIME::Lite->new(
From=>$from,..
分类:
其他好文 时间:
2014-06-10 18:50:19
阅读次数:
310
Hans Rosling是卡罗琳学院的国际卫生学教授,这位学者与众不同的技能是数据可视化,以直观的数据展现了令人信服的世界观,并且在gapminder.org提供无偿展示以及下载。如果你没有看过以下的TED讲座,真心建议你花点时间,保证物有所值:
Hans Rosling: Asia’s rise — how and whenHans Rosling: Let my dataset ch...
分类:
其他好文 时间:
2014-06-10 06:21:50
阅读次数:
336
上一节中谈到的那个问题:传递的变量内容如果是纯英文,报表报错。经笔者反复测试,找到了解决办法:代码中第5行替换为以下params<<"my_var"<<"\"xyz\"";在内容前后用\“把内容括起来,在把报表设计器中Code页的语言设置为非PascalScript就好了。
分类:
其他好文 时间:
2014-06-09 19:15:15
阅读次数:
294
1,登录后默认自动选中My Objects默认情况下,PLSQL
Developer登录后,Brower里会选择All objects,如果你登录的用户是dba,要展开tables目录,正常情况都需要Wait几秒钟,而选择My
Objects后响应速率则是以毫秒计算的。Tools菜单 --> Obj...
分类:
数据库 时间:
2014-06-09 15:31:31
阅读次数:
301
As a so exciting dream, I would like set up my
owned web site which can be accessed anywhere nomatter from laptop/mobile phone
or tablet. Current now ...
分类:
Web程序 时间:
2014-06-09 13:00:33
阅读次数:
420