上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 48 下一页

2018年6月9日

上外网tunnel手段

摘要: 需要的软件 1, httptunnel软件,包括服务端和客户端,家里开启服务端,公司开启客户端 2,(可选)proxifier PE,用来在公司check 代理工作是否正常 3,动态域名服务,在家里用 4,firefoxz插件foxyproxy,在公司用 操作流程 1,家里开启httptunnel服 阅读全文

posted @ 2018-06-09 23:19 cutepig 阅读(761) 评论(0) 推荐(0) 编辑

2018年5月19日

openresty vs golang vs nodejs

摘要: NANANANANNANA 阅读全文

posted @ 2018-05-19 22:27 cutepig 阅读(685) 评论(0) 推荐(0) 编辑

2018年5月12日

DISC测试

摘要: 您的测评结果 您的测评结果是:SC主导DISC图形 结果解读 这种典型行为风格,可被大致描述为是"调解者"的类型.这种类型的人通常生性和善,关注细节.他们关心别人,并在工作中一丝不苟.他们需要有安全感的稳定环境.调解者一般会仔细地思考问题,会权衡决定对于他人的影响.他们基于数据与事实去影响他人.调解 阅读全文

posted @ 2018-05-12 19:23 cutepig 阅读(414) 评论(0) 推荐(0) 编辑

2018年5月10日

How to implement a windbg plugin

摘要: How to implement a windbg plugin Define EXT_CLASS #include "lauxlib.h" class EXT_CLASS : public ExtExtension { public: EXT_COMMAND_METHOD(lua); }; EXT 阅读全文

posted @ 2018-05-10 19:14 cutepig 阅读(129) 评论(0) 推荐(0) 编辑

用windbg 检查内存泄漏

摘要: 1.下载编译https://github.com/0cch/luadbg 2.编写脚本1.txt .load luadbg_v15*.sympath+ srv*c:\MyServerSymbols*https://msdl.microsoft.com/download/symbolsx *!*Crt 阅读全文

posted @ 2018-05-10 01:03 cutepig 阅读(938) 评论(0) 推荐(0) 编辑

2018年5月2日

深度学习资料

摘要: https://medium.com/pyladies-taiwan/%E6%B7%B1%E5%BA%A6%E5%AD%B8%E7%BF%92%E6%96%B0%E6%89%8B%E6%9D%91-pytorch%E5%85%A5%E9%96%80-511df3c1c025 http://pytor 阅读全文

posted @ 2018-05-02 00:05 cutepig 阅读(270) 评论(0) 推荐(0) 编辑

2018年4月25日

tensorflow object detection

摘要: Follow guidelin from https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/installation.md and https://zhuanlan.zhihu.com/p 阅读全文

posted @ 2018-04-25 23:41 cutepig 阅读(111) 评论(0) 推荐(0) 编辑

2018年4月19日

Learn ft=rom WTL: CXXImpl<T>

摘要: // t9.cpp : Defines the entry point for the console application. // #include "stdafx.h" class CRecordBase{ public: virtual ~CRecordBase()=0{} virtual CRecordBase* scale(float scale)=0; }; ... 阅读全文

posted @ 2018-04-19 17:34 cutepig 阅读(140) 评论(0) 推荐(0) 编辑

2018年4月17日

艰苦的编译boost python (失败)

摘要: 1.下载 boost_1_67_0 2.在目录下执行 bootstrap 3.将python36添加到path环境变量 4.执行 b2 --with-python,将会声场如下dll 2018/04/17 23:27 6,244,996 libboost_numpy36-vc141-mt-gd-x3 阅读全文

posted @ 2018-04-17 23:42 cutepig 阅读(910) 评论(1) 推荐(0) 编辑

混合pyqt和qtcreator (2): Impl a image viewer (can show FIji ROI manager data)

摘要: # -*- coding: utf-8 -*- """ Simple demonstration of TreeWidget, which is an extension of QTreeWidget that allows widgets to be added and dragged within the tree more easily. """ import initExample #... 阅读全文

posted @ 2018-04-17 00:31 cutepig 阅读(455) 评论(0) 推荐(0) 编辑

2018年4月8日

混合pyqt和qtcreator

摘要: 目的:测试能否用qtcreator编辑ui资源,而用python编写代码逻辑import sysfrom PyQt4 import QtGui, uicclass MyWindow(QtGui.QMainWindow): def __init__(self): super(MyWindow, sel 阅读全文

posted @ 2018-04-08 22:59 cutepig 阅读(396) 评论(0) 推荐(0) 编辑

2018年4月7日

AI update

摘要: 1, labeling工具 - 测试完成 使用fiji + Alps_Labeling_Tool.ijm 做labeling 生成的文件可以使用python读取 2,training -未开始 使用tensor flow model: Uolo SSD mobile-net Mask rnn 阅读全文

posted @ 2018-04-07 15:22 cutepig 阅读(122) 评论(0) 推荐(0) 编辑

update

摘要: Item todo 个人视觉应用 a) 自己编译 b) 研究Opencv如何编译python和numpy无缝应用? c) 学习 d) https://docs.python.org/3/extending/extending.html https://docs.python.org/3/extend 阅读全文

posted @ 2018-04-07 15:18 cutepig 阅读(243) 评论(0) 推荐(0) 编辑

2018年4月1日

update

摘要: Date todo 20180317 a) Install opencv+python+ide (http://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_setup/py_setup_in_windows/py_s 阅读全文

posted @ 2018-04-01 01:10 cutepig 阅读(254) 评论(0) 推荐(0) 编辑

编译opencv python

摘要: 1, 下载并且安装python2.7 + numpy 2,运行cmakegui打开opencv。应该要显示如下信息: Python 2: Interpreter: C:/Python27/python.exe (ver 2.7.14) Libraries: C:/Python27/libs/pyth 阅读全文

posted @ 2018-04-01 00:56 cutepig 阅读(404) 评论(0) 推荐(0) 编辑

2018年3月26日

update

摘要: Date todo 20180317 a) Install opencv+python+ide (http://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_setup/py_setup_in_windows/py_s 阅读全文

posted @ 2018-03-26 00:01 cutepig 阅读(299) 评论(0) 推荐(0) 编辑

2018年3月21日

update

摘要: Date todo 20180317 a) Install opencv+python+ide (http://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_setup/py_setup_in_windows/py_s 阅读全文

posted @ 2018-03-21 00:52 cutepig 阅读(250) 评论(0) 推荐(0) 编辑

2018年3月19日

编写python扩展

摘要: 代码: 编译选项: releaee版 dll名字必须为spam.pyd 测试: >>> import spam>>> dir(spam)['__doc__', '__file__', '__loader__', '__name__', '__package__', '__spec__', 'syst 阅读全文

posted @ 2018-03-19 00:41 cutepig 阅读(181) 评论(2) 推荐(0) 编辑

2018年3月17日

Update 20180317

摘要: Date todo 20180317 a) Install opencv+python+ide (http://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_setup/py_setup_in_windows/py_s 阅读全文

posted @ 2018-03-17 11:35 cutepig 阅读(118) 评论(0) 推荐(0) 编辑

2018年3月11日

COM,SOM, QT, GObject, ObjectiveC

摘要: COM,SOM, QT, GObject, ObjectiveC https://en.wikipedia.org/wiki/IBM_System_Object_Model#Comparison_of_Support_for_Compiled_Class_Libraries 动态和后期绑定(IDis 阅读全文

posted @ 2018-03-11 00:58 cutepig 阅读(141) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 48 下一页

导航