AT+CREG 网络注册和漫游命令发送(command): AT+CREG=
命令响应(Response): +CREG :, [,,]参数说明: 0 : 禁止网络注册主动提供结果代码(默认设置) 1 :
允许网络注册主动提供结果代码:+CREG: 2 : 启用网络注册和位置信息非请求结果码+CR....
分类:
其他好文 时间:
2014-05-06 00:48:37
阅读次数:
392
The general mechanism for executing tasks is
the executor service. If you think in terms of tasks and let an executor service
execute them for you, yo...
分类:
编程语言 时间:
2014-05-05 23:32:44
阅读次数:
389
ssh user@hostname "command" ;echo “aaa”$?输出aaa0,表示
ssh命令成功。输出aaa2555,表示ssh连接失败。若ssh成功,命令失败,则aaa127.
分类:
其他好文 时间:
2014-05-03 23:26:39
阅读次数:
526
解决方案 在catalina.bat 里的 蓝色代码前加入: 红色代码rem -----
Execute The Requested Command --------------------------------------- set
JAVA_OPTS=%JAVA_OPTS%-server -X...
分类:
编程语言 时间:
2014-05-03 22:52:29
阅读次数:
460
1、mysql 首先看看“-e,
--execute=name”参数,这个参数是告诉mysql,我只要执行“-e”后面的某个命令,而不是要通过mysql 连接登录到MySQL Server
上面。此参数在我们写一些基本的MySQL 检查和监控的脚本中非常有用,我个人就经常在脚本中使用到他。 如果.....
分类:
数据库 时间:
2014-05-03 22:15:56
阅读次数:
488
stringstrq="selectStru_chName,Stru_enNamefromT_StuRowName;";
SqlCommandcommand=newSqlCommand(strq,con);
SqlDataReaderreader=command.ExecuteReader();
BindingSourcebs=newBindingSource();
bs.DataSource=reader;
checkedListBox1.DataSource=bs;
checkedListBox1.Val..
分类:
其他好文 时间:
2014-05-03 20:40:35
阅读次数:
367
菜单控制为什么即使调用EnableMenuItem菜单项后,菜单项还处于禁止状态需要将CFrameWnd::
m_bAutomenuEnable设置为FALSE,如果该数据成员为TRUE(缺省值),工作框将自动地禁止没有ON_UPDATE_COMMAND_UI或者ON_COMMAND的菜单项。//D...
分类:
编程语言 时间:
2014-05-02 01:11:58
阅读次数:
418
Command对象主要用于对数据源执行SQL命令并返回结果。
ADO.NET提供了Connection来连接数据库,同时也提供了Command对象来查询数据库。同Connection对象一样,Command也有两种:OleDbCommand和SqlCommand.其区别同Connection对象。
Command对象有一个属性:CommandType(sql...
分类:
数据库 时间:
2014-05-01 18:27:35
阅读次数:
287
1,按照vmware,导入系统(注意td提供的版本是64位的)
2,linux系统:root/root
3,配置ip:
Enter a cop entry in the linux hosts file (/etc/hosts accessible from the linux command line in the VMware console, ie. c:>vi /etc/host...
分类:
其他好文 时间:
2014-04-30 22:13:39
阅读次数:
503