码迷,mamicode.com
首页 >  
搜索关键字:le ge lt gt eq ne    ( 256714个结果
show master status empty解决方案
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
C# 反射机制
1、 什么是反射2、 命名空间与装配件的关系3、 运行期得到类型信息有什么用4、 如何使用反射获取类型5、 如何根据类型来动态创建对象6、 如何获取方法以及动态调用方法7、 动态创建委托1、什么是反射 Reflection,中文翻译为反射。 这是.Net中获取运行时类型信息的方式,.Ne...
分类:其他好文   时间:2014-05-29 01:38:30    阅读次数:274
mysqldump导出格式
#导出大表: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
Android自动化测试初探(五): 再述模拟键盘鼠标事件(adb shell 实现) .
http://blog.csdn.net/roger_ge/article/details/5552740转自csdn,实现模拟鼠标键盘系列上一篇博文中讲述了通过Socket编程从外部向Emulator发送键盘鼠标模拟事件,貌似实现细节有点复杂。其实Android还有一种更简单的模拟键盘鼠标事件的方...
分类:移动开发   时间:2014-05-28 23:59:43    阅读次数:582
LeetCode --- Add Two Numbers
题目链接说来算是个基础题目,可是还是各种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
Spring MVC配置文件解释
-->
分类:编程语言   时间:2014-05-28 23:50:25    阅读次数:529
IE和Firefox下flash挡住div层的问题解决方法
1 1 1 2 2 3 3 4 4 5 5 中加入wmode="transparent"属性,Firefox中层的问题就迎刃而解。-->
分类:其他好文   时间:2014-05-28 23:14:17    阅读次数:309
sed use case: Filter without editing
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
Eclipse(myEclipse)使用智能提示配置XML文件(转)
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命令)【转】
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!