一步一步创建ASP.NET MVC5程序[Repository+Autofac+Automapper+SqlSugar](十一) 前言 小伙伴们,大家好,我是Rector。最近Rector忙于换工作,没有太多时间来更新我们的ASP.NET MVC 5系列文章 [一步一步创建ASP.NET MVC5程 ...
分类:
移动开发 时间:
2018-03-15 11:25:23
阅读次数:
266
In my case, I also needed to reset the cached config files: ...
分类:
其他好文 时间:
2018-03-09 15:08:14
阅读次数:
139
python中连接oracle数据库使用第三方库文件cx_Oracle时遇到了各种问题,网上查找资料调试了几天才弄好,下面是不断调试后总结的一些经验。1.oracle客户端(Oracle Instant Client)版本需要和操作系统版本位数相同,同时cx_Oracle官方文档(http://cx ...
分类:
数据库 时间:
2018-03-07 17:34:00
阅读次数:
261
some frequently used AC macros: AC_INIT :must AC_OUTPUT :must AC_PREREQ :determine ac version so that needed features are included AC_CONFIG_SRCDIR :d ...
分类:
其他好文 时间:
2018-03-06 12:51:14
阅读次数:
228
状况:启动tomcat闪退,cmd命令行显示startup.bat不是有效的程序 1.由于“环境变量”的设置问题 ex:CATALINA_HOME系统环境变量的地址加了后缀 “:”“/” 错误示范: 正确示范: 2.jdk和tomcat版本不匹配的问题 解决方法: 下载jdk和tomcat匹配的版本 ...
分类:
其他好文 时间:
2018-02-28 14:05:47
阅读次数:
692
一、安装后mvn version 显示 ‘mvn’不是内部或外部命令,也不是可运行的程序或者批处理文件 1.粗心问题 解决方案 : 首先在cmd中查看maven安装路径:echo %M2_HOME% 检查是否显示的路径和安装路径一致 记得不可加分号以及多余的符号 确定一致后重启cmd 测试 mvn ...
分类:
其他好文 时间:
2018-02-20 22:26:53
阅读次数:
208
1 /* 2 * 1: time complexity o(n^2) 3 * 2: good performance for items around 10-20: better than merge sort and quick sort 4 * 3: no extra space needed ... ...
分类:
其他好文 时间:
2018-02-14 23:19:06
阅读次数:
233
By default the response body doesn’t contain all the data that might be needed in your app. Your server might return some special header which you hav ...
分类:
Web程序 时间:
2018-02-14 21:32:17
阅读次数:
345
Java's ThreadLocals make certain things easy, but special care must be taken to make sure they are removed from threads when they are no longer needed ...
分类:
其他好文 时间:
2018-02-14 16:22:18
阅读次数:
171
AIDL内部实现详解 (一) AIDL的作用是实现跨进程通讯使用方法也非常的简单,他的设计模式是典型的C/S架构。使用AIDL只要在Client端和Server端的项目根目录下面创建一个aidl的文件夹,在aidl文件夹的下面用java代码编写一个后缀名为.aidl的接口文件然后重新编译一下就会在g ...
分类:
移动开发 时间:
2018-02-05 20:08:06
阅读次数:
208