摘要:
sciter::value arr[200]; for (int i = 0; i < (int)m_fileList.size(); i++) { cv::Mat img = cv::imread(m_fileList[i].GetBuffer()); int imgWidth = img.cols; int imgHeight = img.rows; sciter::va... 阅读全文
摘要:
保存文件路径选择 阅读全文
摘要:
var filelist = null; function alert(msg) { view.msgbox(null,msg); } self.on("click", "menu > li ", function() { var button_value = this.value; if(button_value=="打开PDF") { file... 阅读全文
摘要:
function movable() // install movable window handler{ function onKeyDown(evt) { if(evt.keyCode == Event.VK_CONTROL ) { is_ctrl = true; } } function onKeyUp(ev... 阅读全文
摘要:
所有没有 commit 的本地改动,都会随着 reset --hard 丢掉,无法恢复。 如果只是想回到 pull 之前当前分支所在的commit位置,则可以。比方说你在 master 分支上,可以用 git reflog master 查看 master 分支历史变动记录,其中应该有一个就是你 p 阅读全文
摘要:
VMware Workstation 12 Pro key/注册码: VY1DU-2VXDH-08DVQ-PXZQZ-P2KV8 VF58R-28D9P-0882Z-5GX7G-NPUTF YG7XR-4GYEJ-4894Y-VFMNZ-YA296 Acrobat: 1118-1583-7979-9484-4887-4319 阅读全文
摘要:
去掉win7的快捷方式的小箭头: 每当我们装完一个软件,在桌面生成快捷方式的时候总会有个小箭头,有些朋友看到觉得很烦,如何去掉这个小箭头呢? 点击开始图标 - 附件 - 命令提示符(有情提示,请右击用管理员身份打开,否则以下操作会提示拒绝访问),在命令提示符下面输入一下语句,或者直接复制亦可以。 reg delete "HKEY_CLASSES_ROOT\lnkfile" ... 阅读全文
摘要:
CRect rect; CWnd *pWnd = GetDlgItem(IDC_STATIC_PIC); pWnd->GetWindowRect(&rect); ScreenToClient(&rect); //先获取鼠标相对于屏幕的坐标 GetCursorPos(&point); //然后得到static控件的rect坐标 CRect pRect; pWnd->GetClientRe... 阅读全文
摘要:
http://demo.pythoner.com/itt2zh/ch1.html#ch1-1 http://www.runoob.com/bootstrap/bootstrap-tutorial.html html编辑器:http://www.alibuybuy.com/posts/18329.ht 阅读全文
摘要:
1.点击div外部隐藏, //*代表tip_box所包含的子元素 $('body').click(function(e) { var target = $(e.target); if(!target.is('#tip_box *') ) { //事件处理 } }); 2.div动态展开 .tip_box{ width:300px... 阅读全文
摘要:
在远程服务器如:/var/www下创建hello.git 然后git init --bare hello.git cd hello.git会看到下面的目录和文件 然后创建可以访问git的用户 git config --global user.name "name" 例如:json git confi 阅读全文
摘要:
MySQL安装 Apache安装: 阅读全文
摘要:
{% if classes|count > 1 %} 全部 {% for c in classes %} {{c['name']}} {% endfor %} {%... 阅读全文
摘要:
#include "stdio.h" #include "iostream" #include "opencv/cv.h" #include "opencv2/opencv.hpp" #include "basicOCR.h" #include "time.h" using namespace std; using namespace cv; void ImageRect(IplImage *... 阅读全文
摘要:
多行缩进: shift+v >或者< 撤销: :u 阅读全文
摘要:
二维码zbar安装: apt-get install libzbar-devpip install zbarorpip install zbar-tools pip install zbar 阅读全文
摘要:
(function(){ var setting = { view:{ dblClickExpand:false, expandSpeed:300 }, data: { simpleData: { enable: true, ... 阅读全文