keycode 8 = BackSpace BackSpace keycode 9 = Tab Tab keycode 12 = Clear keycode 13 = Enter keycode 16 = Shift_L keycode 17 = Control_L keycode 18 = Alt ...
分类:
编程语言 时间:
2017-05-04 12:44:40
阅读次数:
195
phpcms/libs/classes/form.class.php找[‘Maximize‘],在它下面添加[‘autoformat‘]statics/js/ckeditor/config.js找到config.extraPlugins修改为config.extraPlugins=‘capture,autoformat‘;statics\js\ckeditor\plugins新建文件夹autoformat并新建文件plugin.js(function(){
CKE..
分类:
Web程序 时间:
2017-05-03 19:08:39
阅读次数:
242
1 TIM8_Cap_Init(0XFFFF,72-1); //以1Mhz的频率计数 2 voidTIM8_CC_IRQHandler(void) 3 { 4 if(TIM_GetITStatus(TIM8,TIM_IT_CC4)!=RESET) 5 { 6 TIM_ClearITPendingBi... ...
分类:
其他好文 时间:
2017-05-03 11:39:55
阅读次数:
683
float scale = webView.getScale(); height = (int) (webView.getContentHeight() * scale + 0.5); bitmap = Bitmap.createBitmap(webView.getWidth(), height, ... ...
分类:
Web程序 时间:
2017-04-26 21:28:49
阅读次数:
236
opencv是一个开源的图像处理库,最经典的1.0版本号提供的接口都是C语言接口。后来的opencv2.x版本号保留了C语言接口,可是提供了C++接口,当中的C语言接口仅仅是为了向后兼容,而C++接口才是大势所趋。那么这两者有什么差别呢?今天介绍一下配置过程中的差别。 以opencv2.3.0和vs ...
分类:
编程语言 时间:
2017-04-23 20:45:53
阅读次数:
250
[oracle@host capture]$ wrc system/oracle@db1 REPLAYDIR=/home/oracle/cap_dir/ Workload Replay Client: Release 11.1.0.7.0 - Production on Sun Jul 19 17: ...
分类:
数据库 时间:
2017-04-22 18:53:12
阅读次数:
241
一、 在一个客户的webapp项目中需要用到 html5调用手机摄像头,找了很多资料,大都是 js调用api 然后怎样怎样,做了几个demo测试发现根本不行, 后来恍然大悟,用html5自带的 input file="" ,纯html5,并且不涉及到js ,就可以实现。代码如下: capture表示 ...
分类:
移动开发 时间:
2017-04-21 22:33:53
阅读次数:
191
设置fiddler抓包 File—–>capture traffic 设置抓https和解密https Tools—–>fiddler options—–>https—–>capture https traffic—->decrypt https traffic—>Ignore server cer ...
分类:
Web程序 时间:
2017-04-17 09:32:39
阅读次数:
347
系统相机 系统相册 裁剪public class MainActivity extends ListActivity { public static final String fileSavePath = Environment.getExternalStorageDirectory().getPa... ...
分类:
其他好文 时间:
2017-04-14 14:19:18
阅读次数:
146
vggNet是从AlexNet而来,主要探索卷积神经网络的深度与性能之间的关系,通过反复堆叠3x3的卷积核(c中有1x1的卷积核,也只有c中有,c是16层)和2x2的最大池化层,vggNet构筑了16-19层深的卷积神经网络。 3x3卷积核:the smallest size to capture ...
分类:
Web程序 时间:
2017-04-12 13:12:30
阅读次数:
290