牛客网在线编程网址: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
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
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
开发服务器VS2013,新建Web项目提示: 打开Web项目提示: 解决方法:控制面板,找到IISExpress,右键 选择修复,解决问题。。 ...
分类:
Web程序 时间:
2017-11-07 22:21:58
阅读次数:
316
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
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工具扩展和更新搜索关键字:Razor Generator查找不到,如图 解决:下载网址:https://github.com/RazorGenerator/RazorGenerator/releases下载VSIX 1.10.1版本的RazorGenerator.vsix,点击安装 ...
分类:
其他好文 时间:
2017-11-07 13:17:08
阅读次数:
229
最近用Qt5做了一个项目的界面,在编译成可执行文件EXE之后,运行文件,提示: This application failed to start because it could not find or load the Qt platform plugin "windows"in "". Rein ...
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
随着VS2013的发布,微软在Asp.Net中引入了很多新的特性,比如使用新的权限验证模块Identity, 使用Async来提高Web服务器的吞吐量和效率等。其中一个不得不提的是OWIN和Katana. OWIN的全称是Open Web Interface For .Net, OWIN是.Net开 ...