码迷,mamicode.com
首页 >  
搜索关键字:qt5 sqlite vs2013    ( 8044个结果
SQL练习题(3)-牛客网
牛客网在线编程网址:https://www.nowcoder.com/activity/oj (默认使用SQLite) 题目1: 获取select * from employees对应的执行计划 题目2: 将employees表的所有员工的last_name和first_name拼接起来作为Name ...
分类:数据库   时间:2017-11-08 22:17:04    阅读次数:248
搭建一个Python环境
1.首先安装git,安装Python所依赖的包组 yum install -y git yum install -y gcc make patch gdbm-devel openssl-devel sqlite-devel readline-devel zlib-devel bzip2-devel ...
分类:编程语言   时间:2017-11-08 19:39:24    阅读次数:238
sqlite 字符串拼接
select path || '%' from t_category where depth = 0 and type = 0 用'||'拼接字符串 比如path是/1001/的话 那结果就是/1001/% 数字相加 SELECT 'A'+'B' 结果为0 SELECT "A"+"1" 结果为1 S ...
分类:数据库   时间:2017-11-08 14:49:03    阅读次数:141
VS创建Web项目提示配置IISExpress失败
开发服务器VS2013,新建Web项目提示: 打开Web项目提示: 解决方法:控制面板,找到IISExpress,右键 选择修复,解决问题。。 ...
分类:Web程序   时间:2017-11-07 22:21:58    阅读次数:316
Cent os6.5 安装python3.2
1、CentOS6.5 安装Python 的依赖包 yum groupinstall "Development tools" yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-de ...
分类:编程语言   时间:2017-11-07 16:27:54    阅读次数:219
Visual C++ 2010 SP1 x86&x64
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) https://www.microsoft.com/en-us/download/details.aspx?id=8328 Microsoft Visual C++ 2010 SP ...
分类:编程语言   时间:2017-11-07 13:20:16    阅读次数:144
VS2013装扩展RazorGenerator
问题:vs2013工具扩展和更新搜索关键字:Razor Generator查找不到,如图 解决:下载网址:https://github.com/RazorGenerator/RazorGenerator/releases下载VSIX 1.10.1版本的RazorGenerator.vsix,点击安装 ...
分类:其他好文   时间:2017-11-07 13:17:08    阅读次数:229
解决Qt编译动态链接库could not find or load the Qt platform plugin "windows" in.问题
最近用Qt5做了一个项目的界面,在编译成可执行文件EXE之后,运行文件,提示: This application failed to start because it could not find or load the Qt platform plugin "windows"in "". Rein ...
分类:Windows程序   时间:2017-11-06 20:03:05    阅读次数:449
vs2013密钥
Visual Studio Ultimate 2013 KEY(密钥):BWG7X-J98B3-W34RT-33B3R-JVYW9 博主测试有效 Visual Studio Premium 2013 KEY(密钥):FBJVC-3CMTX-D8DVP-RTQCT-92494 Visual Studi ...
分类:其他好文   时间:2017-11-06 17:15:22    阅读次数:170
OWIN产生的背景以及简单介绍
随着VS2013的发布,微软在Asp.Net中引入了很多新的特性,比如使用新的权限验证模块Identity, 使用Async来提高Web服务器的吞吐量和效率等。其中一个不得不提的是OWIN和Katana. OWIN的全称是Open Web Interface For .Net, OWIN是.Net开 ...
分类:Windows程序   时间:2017-11-05 21:41:10    阅读次数:266
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!