• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






g_che

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 下一页

2017年12月28日

使用Putty和WinSCP管理VirtualBox
摘要: 原文链接:https://www.jianshu.com/p/69d2dce46452。侵删 Download 由于这两款软件均为免费软件,因此可以轻松从官网获得 Putty http://www.chiark.greenend.org.uk/~sgtatham/putty/download.htm 阅读全文
posted @ 2017-12-28 23:39 g_che 阅读(377) 评论(0) 推荐(0)
 

2017年10月31日

html table动态添加行列
摘要: //1.js var addRowOrCol = function(){ var Rows=e1.rows var len = Rows.length; var col=0; if(len !== 0){ col = Rows.item(len-1).cells.length ; log("col: 阅读全文
posted @ 2017-10-31 02:19 g_che 阅读(3194) 评论(0) 推荐(0)
 

2017年10月26日

qss
摘要: void setStyle(const QString &style) { QFile qss(style); qss.open(QFile::ReadOnly); qApp->setStyleSheet(qss.readAll()); qss.close(); } 阅读全文
posted @ 2017-10-26 01:27 g_che 阅读(105) 评论(0) 推荐(0)
 
qt eventFilter
摘要: class QtGuiApplication7 : public QWidget{ Q_OBJECT public: QtGuiApplication7(QWidget *parent = Q_NULLPTR)::QWidget(parent) { ui.setupUi(this); install 阅读全文
posted @ 2017-10-26 01:26 g_che 阅读(203) 评论(0) 推荐(0)
 

2017年9月27日

qt/vc捕获系统关机事件
摘要: vc: qt: 阅读全文
posted @ 2017-09-27 19:37 g_che 阅读(1697) 评论(0) 推荐(0)
 

2017年8月27日

QT委托demo
摘要: class SpinBoxDeegate1 :public QStyledItemDelegate{ Q_OBJECTpublic: SpinBoxDeegate1(QObject* parent = 0); QWidget* createEditor(QWidget *parent, const 阅读全文
posted @ 2017-08-27 13:42 g_che 阅读(735) 评论(0) 推荐(0)
 

2017年8月24日

windows下编译libevent
摘要: 1从github上git clone https://github.com/nmathewson/Libevent.git 或者直接下载zip包.然后找到vs2015命令行,打开 2: 3:等待结果 4使用demo测试 包含目录 库目录 附加依赖项: 阅读全文
posted @ 2017-08-24 00:13 g_che 阅读(181) 评论(0) 推荐(0)
 

2017年8月21日

windows下编译python3.6
摘要: 在pcbuild文件夹下找到pcbuild.sln文件.在readme里面有 Install Microsoft Visual Studio 2015, any edition. 所以最少得用vs2015. 只需要先生成pythoncore.dll 然后生成python项目,得到python_d.e 阅读全文
posted @ 2017-08-21 18:51 g_che 阅读(714) 评论(0) 推荐(0)
 

2017年8月20日

win7下安装MYSQL报错:"MYSQL 服务无法启动"的3534问题
摘要: win7下安装MYSQL,只到“net start mysql”这一步报错:3534的错误: 是直接官网下载的压缩文件.不是安装文件. 解决方法: 1:环境变量PATH添加完成(例如:h:\mysql\\bin 2:在mysql目录下,新建data目录。 3:在mysql目录下 新建新建一个默认配置 阅读全文
posted @ 2017-08-20 18:03 g_che 阅读(3815) 评论(0) 推荐(0)
 

2017年8月18日

nsis打包程序,作为服务启动
摘要: Function .onInstSuccess Exec 'sc create cccc binPath= "D:\zero\srvany.exe" start= auto' WriteRegStr HKLM "SYSTEM\CurrentControlSet\Services\cccc\Param 阅读全文
posted @ 2017-08-18 17:05 g_che 阅读(680) 评论(0) 推荐(1)
 
上一页 1 2 3 4 下一页