";mysql_connect($db_host,$db_user,$db_pass);mysql_query('set names utf8;');mysql_select_db($db_name);$dbuse = $db_name.".".$prefix; ...
分类:
其他好文 时间:
2014-09-11 15:11:42
阅读次数:
190
cmdsqlplus/nolog(不要分号) connect/assysdba alterusersysidentifiedby新密码; alterusersystemidentifiedby新密码;
分类:
数据库 时间:
2014-09-11 15:03:32
阅读次数:
244
1 public class Solution { 2 public void connect(TreeLinkNode root) { 3 TreeLinkNode upperTravelingNode = root; 4 if (root==null) ...
分类:
其他好文 时间:
2014-09-10 21:06:51
阅读次数:
196
1 public class Solution { 2 public void connect(TreeLinkNode root) { 3 if (root==null) return; 4 TreeLinkNode upperLevelStartNode...
分类:
其他好文 时间:
2014-09-10 20:59:11
阅读次数:
156
create user ng_zj identified by ng_zjdefault tablespace tbs_testtemporary tablespace tbs_test_tmp;grant connect to ng_zj;grant resource to ng_zj;grant...
分类:
数据库 时间:
2014-09-10 19:07:10
阅读次数:
210
[以下均为windows平台,linux类似]
常见错误1:ErrNo 10061
ADB 的tcp转发错了,重新建立
解决办法:
首先检查adb可正确,adb shell能不能进去,如果能
那么输入 adb forward tcp:31415 tcp:31415
再drozer.bat console connect即可
常见错误2: ErrNo 1...
分类:
其他好文 时间:
2014-09-10 15:55:50
阅读次数:
1054
通过itunes把文件放入app的document目录反向也是可以的。仅仅需要添加plist中一项:Application supports iTunesfile sharing,value YES即可!
分类:
移动开发 时间:
2014-09-10 15:37:10
阅读次数:
202
最近测试了windows8.1正式版的一些功能,安装itunes11一直失败然后回滚安装进度我的解决方案是以Windows7的兼容模式及管理员身份运行此程序。保险起见,又把这个文件加了当前用户名的所有权限。最后:
主干部分 服务器端:socket—>bind—>listen—>accept—>close; 客户端: socket—>connect—>close; 按照上面建立连接后,就是进行数据的传输了。。。。 涉及主干函数如下: socket函数用于创建套接字文件标识号; bind函数用于套接字和地址的绑定...
分类:
系统相关 时间:
2014-09-10 09:33:13
阅读次数:
354
A computer system is described having one or more host processors, a host chipset and an input/output (I/O) subsystem. The host processors are connect...
分类:
其他好文 时间:
2014-09-09 22:53:09
阅读次数:
370