码迷,mamicode.com
首页 >  
搜索关键字:qt5 sqlite vs2013    ( 8044个结果
Navicat Premium连接mongodb基本使用和介绍
Navicat premium是一款数据库管理工具,是一个可多重连线资料库的管理工具, 它可以让你以单一程式同时连线到 MySQL、SQLite、Oracle 及 PostgreSQL,mongodb,让管理不同类型的资料库更加的方便。 软件截图: 1、连接mongo点击这个位置: 2、连接参数介绍 ...
分类:数据库   时间:2019-10-12 10:55:09    阅读次数:2635
QThread: Destroyed while thread is still running
Qt5已经分装了函数 在wile中用下面函数判断 在析构函数中调用 参考:https://blog.csdn.net/u013372900/article/details/80405261 ...
分类:其他好文   时间:2019-10-11 20:36:31    阅读次数:76
ubuntu 装qtcreator 简单粗暴一行命令行
sudo apt-get install qt5-default qtcreator source /opt/qt58/bin/qt58-env.sh ...
分类:系统相关   时间:2019-10-11 20:13:18    阅读次数:114
在C#中使用Sqlite的方法
【安装Sqlite】 第一步: 引用三个文件 sqlite-netFx40-binary-bundle-x64-2010-1.0.111.0.zip (或者sqlite-netFx40-binary-bundle-Win32-2010-1.0.94.0.zip) //注意要用带bundle的包,要不 ...
分类:数据库   时间:2019-10-11 09:11:21    阅读次数:105
手把手教你 通过 NuGet.Server 包 搭建nuget服务器,并使用桌面工具上传 nuget 包,免命令行
新建web项目 工具:VS2013 版本:.Net Framework 4.6,低版本也行,不过要找到对应版本的Nuget.Server 装了NuGet客户端(百度如何安装) WebForm或MVC都行,此web项目将作为自己的NuGet服务器程序 我建的是MVC项目 安装NugetServer 工 ...
分类:Web程序   时间:2019-10-10 15:46:43    阅读次数:151
linux 下安装 python ngix 项目发布流程
1.安装python #1.安装python3.7所需要的依赖包yum -y groupinstall "Development tools"yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel ...
分类:编程语言   时间:2019-10-10 14:10:39    阅读次数:134
在C#中使用Sqlite的方法:
在C#中使用Sqlite的方法: 第一步:引用三个文件sqlite-netFx40-binary-bundle-x64-2010-1.0.111.0.zip(或者sqlite-netFx40-binary-bundle-Win32-2010-1.0.94.0.zip) //注意要用带bundle的包 ...
分类:数据库   时间:2019-10-10 00:09:58    阅读次数:91
Mac下安装 labelImg
1. pip3 install qt 2. pip3 install libxml2 3. pip3 install pyqt5 4. pip install labelImg(注意I大写) 直接在终端运行labelImg即可。 ...
分类:系统相关   时间:2019-10-09 23:49:45    阅读次数:262
攻防世界(XCTF)WEB(进阶区)write up(三)
挑着做一些好玩的ctf题 FlatScience web2 unserialize3upload1wtf.sh-150ics-04web i-got-id-200 FlatScience 扫出来的login.php 查看源码,发现参数debug,传参?debug=1,得到如下代码: 开始sqlite ...
分类:Web程序   时间:2019-10-08 23:44:39    阅读次数:1032
NX二次开发-UFUN将目录与文件名组合在一起uc4575
NX11+VS2013 #include <uf.h> #include <uf_ui.h> #include <uf_cfi.h> UF_initialize(); //将目录与产生文件规范(filespec)的文件名组合在一起。 //例如: //dspec = “ / manager”,ftyp... ...
分类:其他好文   时间:2019-10-07 19:28:21    阅读次数:124
8044条   上一页 1 ... 55 56 57 58 59 ... 805 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!