plug过程1.INIT_PLUG#define INIT_PLUG Plug::InitPlug g_InitPlug(true);//共享内存数据结构struct PlugShareMemory{ void* pFirstHand; //第一个打开文件的句柄 I_Plug...
分类:
其他好文 时间:
2014-08-06 01:35:10
阅读次数:
196
crash information:Caused by: java.lang.SecurityException: Permission Denial: not allowed to send broadcast android.intent.action.HEADSET_PLUG from at....
分类:
移动开发 时间:
2014-08-05 13:52:59
阅读次数:
1317
1. 在Silverlight plug-in上设置 或使用代码 Application.Current.Host.Settings. EnableGPUAcceleration= True; 2.在类型为UIElement的控件上设置 CacheMode = "BitmapCache" - 所.....
分类:
Web程序 时间:
2014-08-04 14:01:27
阅读次数:
236
上次我们在SDK更新的到最新的Android L版本之后,我发现我的ADT和android指定的版本不对应,我的ADT是22版本的,android L需要23版本以上的,版本不对应的话就无法加载这个SDK进去,通过上网查一下说是修改Android SDK目录下tolols目录下libs目录中plug...
分类:
数据库 时间:
2014-07-30 23:49:15
阅读次数:
303
注意数据范围,因为插座有100个,电器需要的类型有100个, 转换器有100个(最多200个类型),所以节点是400个,一开始RE了很多发#include #include #include #include #include #include #include #include #include ...
分类:
其他好文 时间:
2014-07-26 16:50:41
阅读次数:
293
解题报告
题意:
n个插头m个设备k种转换器。求有多少设备无法插入。
思路:
定义源点和汇点,源点和设备相连,容量为1.
汇点和插头相连,容量也为1.
插头和设备相连,容量也为1.
可转换插头相连,容量也为inf(因为插头有无限个)
#include
#include
#include
#include
#include
#include
#include
#defi...
分类:
其他好文 时间:
2014-07-26 02:48:36
阅读次数:
215
1.在Input/OutPut选项下面,add input 导入需要混淆的jar包2.点击add output,设置混淆后输出jar包的名字和路径。如下图:3。在下面的编辑区右边点击add增加要混淆的jar需要支持它的类库。4.如果不需要混淆某个类点击点击add增加不需要混淆的类如:com.plug...
分类:
其他好文 时间:
2014-07-23 12:28:46
阅读次数:
314
创建插件最简单的方法是使用 Plug-in Development Environment(PDE)。PDE 和 Java Development Tooling(JDT)IDE 是 Eclipse 的标准扩展。 ?以GoogleTranslate为例.... ? 1.new->project... 2.项...
分类:
系统相关 时间:
2014-07-21 23:29:03
阅读次数:
365
测试下LiveWriter写CNblog: 1、Source code plug-in:@Override public List getAll(String orgid,String start, String limit, String query1) { Query query = null;...
分类:
其他好文 时间:
2014-07-19 21:14:55
阅读次数:
177
插件在Xcode中的路径:Macintosh HD > 用户 > xxx > 资源库 > Application Support > Developer > Shared > Xcode > Plug-ins1.BBUDebuggerTuckAway编辑代码时退出控制台2.KSImageNamed使...
分类:
其他好文 时间:
2014-07-13 00:34:44
阅读次数:
182