The following MySQL error might occur if you are
using MySQL replication and binary logs.mysql> show binary logs;ERROR 1381
(HY000): You are not using...
分类:
其他好文 时间:
2014-05-29 01:42:38
阅读次数:
518
1、 什么是反射2、 命名空间与装配件的关系3、 运行期得到类型信息有什么用4、
如何使用反射获取类型5、 如何根据类型来动态创建对象6、 如何获取方法以及动态调用方法7、 动态创建委托1、什么是反射 Reflection,中文翻译为反射。
这是.Net中获取运行时类型信息的方式,.Ne...
分类:
其他好文 时间:
2014-05-29 01:38:30
阅读次数:
274
#导出大表:mysqldump --add-drop-table
--single-transaction --triggers -R -quick --disable-keys -utest -ptest -P5616
test > test.sql#仅导出表结构mysqldump --add-....
分类:
数据库 时间:
2014-05-29 00:03:48
阅读次数:
458
http://blog.csdn.net/roger_ge/article/details/5552740转自csdn,实现模拟鼠标键盘系列上一篇博文中讲述了通过Socket编程从外部向Emulator发送键盘鼠标模拟事件,貌似实现细节有点复杂。其实Android还有一种更简单的模拟键盘鼠标事件的方...
分类:
移动开发 时间:
2014-05-28 23:59:43
阅读次数:
582
题目链接说来算是个基础题目,可是还是各种CE,各种WA,基础还是不扎实。附上代码: 1 /** 2 *
Definition for singly-linked list. 3 * struct ListNode { 4 * int val; 5 *
ListNode *ne...
分类:
其他好文 时间:
2014-05-28 23:56:38
阅读次数:
382
1 1 1 2 2 3 3 4 4 5 5
中加入wmode="transparent"属性,Firefox中层的问题就迎刃而解。-->
分类:
其他好文 时间:
2014-05-28 23:14:17
阅读次数:
309
if we want to filter with sed pattern and just
print the filtered lines without any further editing , we can do it like thisls
-a1 ~ | sed -ne "/^\./p...
分类:
其他好文 时间:
2014-05-28 22:58:56
阅读次数:
294
Java代码http://struts.apache.org/dtds/struts-2.0.dtd1.struts.xml智能提示
这里定义该xml中的语法规则,从这里可以看到这个语法规则每次都会从网上拿,这当然会很费力气。我需要将其配置成本地的。
点击window->preferences->X...
分类:
系统相关 时间:
2014-05-28 22:55:50
阅读次数:
471
Oracle数据库还原IMPDP命令是相对于EXPDP命令的,方向是反向的。即对于数据库备份进行还原操作。一、知晓IMPDP命令
?C:\>impdp -help Import: Release 11.1.0.7.0 - Production on 星期六, 28 9月, 2013
15:37:0....
分类:
数据库 时间:
2014-05-28 22:51:43
阅读次数:
412