一、前面的话在上一篇自己动手写工具----随手记中,我简单介绍了这个小玩意儿的大致界面和要实现的功能,看了一下园子里的评论,评价褒贬不一,有人说“现在那么多云笔记的工具”,“极简版evernote”,我想说的是,别人的工具再好用,终究不是自己写的,其实写这个的目的,一方面是锻炼自己的技术能力,在co...
分类:
其他好文 时间:
2014-12-16 19:04:27
阅读次数:
222
文件夹锁定(Source)private void Lock(string folderPath){ try { string adminUserName = Environment.UserName;// getting your adminUserName DirectorySecurity d...
分类:
其他好文 时间:
2014-12-16 19:03:34
阅读次数:
133
1.magento在索引的时候用shell,有时候会报错:Generalerror:1205Lockwaittimeoutexceeded这个时候,是因为行锁的原因,在表中您直接用sql执行更新,会报这个错,也就是说这个错是mysql报的。需要吧表index_process解锁如果您想快速的解决,那...
分类:
其他好文 时间:
2014-12-16 17:01:27
阅读次数:
217
// zhuru.cpp : 定义控制台应用程序的入口点。#include "stdafx.h"#include #define GameClassName "classFoxitReader"#define dllName "GameDLL.dll"void zhuru(HWND hGame,co...
分类:
其他好文 时间:
2014-12-16 16:40:06
阅读次数:
232
sometimes notification email is required to be sent so that receivers can know about the data load status. Following C# code in SSIS script task is co...
分类:
其他好文 时间:
2014-12-16 16:30:32
阅读次数:
198
SELECT /*+ rule*/ a.sid, b.owner, object_name, object_type FROM v$lock a, all_objects b WHERE TYPE = 'TM' and a.id1 = b.object_id;查到的都是被锁的表SELECT * FR...
分类:
数据库 时间:
2014-12-16 11:33:58
阅读次数:
178
时下grunt非常的火啊,用着虽然很爽,但是它的配置确实很烦。如果之前没有用过,想要一下子熟练驾驭它,有一定的学习成本,而且还要装node这个大家伙,项目之初我们选择了compiler.jar这个轻量的工具进行打包。我一直在寻思着,如何编写一键打包工具。之前呢是手工的拼接好有的js文件,做成符合co...
分类:
其他好文 时间:
2014-12-16 11:22:49
阅读次数:
323
Git ConceptsThis section helps you to get started with Git and gives you an understanding of the fundamental Git concepts.Repository, Working Tree, Co...
分类:
其他好文 时间:
2014-12-15 23:28:55
阅读次数:
401
timepicker官网 http://timepicker.co/demos/当在dialogue上面调用时间选择时,时间选择的框框被dialogue窗口挡住了。搜出来的方法说修改css,根本改不了,还是会被它自己的定义覆盖。这种显然是在js里面设置的了。。怒了,直接修改js。修改jquery.t...
分类:
Web程序 时间:
2014-12-15 21:37:09
阅读次数:
144
手势识别实现OnGestureListener, OnTouchListener接口class MyView extend LinearLayout implements OnGestureListener, OnTouchListener { public MyView(Context co...
分类:
移动开发 时间:
2014-12-15 11:50:45
阅读次数:
168