码迷,mamicode.com
首页 >  
搜索关键字:names    ( 11603个结果
java-连接远程mysql,提示表找不到的问题
解决方案一: 1.用ROOT登录,修改/etc/my.cnf 2.在[mysqld]下加入一行:lower_case_table_names=1 3.重新启动数据库即可 因为mysql在linux上部署的,所以对大小写敏感 解决方案二: 项目连接的数据库信息检查一遍。。肯定写错了 解决方案三: 是不 ...
分类:数据库   时间:2017-02-16 00:09:40    阅读次数:901
Spring注入
1.属性注入 --给属性赋值,Spring寻找setter方法 2.集合注入 (如果对属性进行集合注入,该属性类型一定要和注入的方式一致) --1)Array private String[] names; --2)List private List<Group> groupList; --3)Se ...
分类:编程语言   时间:2017-02-15 22:21:20    阅读次数:267
51nod_1714:B君的游戏(博弈 sg打表)
题目链接:https://www.51nod.com/onlineJudge/questionCode.html#!problemId=1714 nim游戏的一个变形,需要打出sg函数的表 ...
分类:其他好文   时间:2017-02-15 16:10:36    阅读次数:163
linux中的 tar命令的 -C 参数,以及其它一些参数
tar命令的-C参数 $ tar -cvf file2.tar /home/usr2/file2 tar: Removing leading '/' from members names home/usr2/file2 该命令可以将/home/usr2/file2文件打包到当前目录下的file2.t ...
分类:系统相关   时间:2017-02-15 12:10:00    阅读次数:226
HDU 1754 I Hate It
题目来源:http://acm.hdu.edu.cn/showproblem.php?pid=1754 源代码: ...
分类:其他好文   时间:2017-02-15 10:43:34    阅读次数:146
Eclipse use maven S4
【LJ?Dragon】Maven 依赖与继承特性【相关链接】 1. user-dao 项目 pom.xml 4.0.0 cn.anstone user-parent 0.0.1-SNAPSHOT ../user-parent/pom.xml user-dao jar UTF-8 ... ...
分类:系统相关   时间:2017-02-15 01:00:23    阅读次数:248
<The Art of Readable Code> 笔记二 (上)
第1章 封装信息到名字 (Packing information into names) 1 use specific words GetPage() 不如 FetchPage() 和 DownloadPage() 更具体 BinaryTree 类中的 Size() 不如 Height()、NumN ...
分类:其他好文   时间:2017-02-14 21:58:40    阅读次数:146
SA模板
1 #include 2 #include 3 #include 4 using namespace std; 5 const int M=100010; 6 char S[M]; 7 int n,i,s[M],sa[M],wa[M],wb[M],wc[M],wd[M],height[M],rank... ...
分类:其他好文   时间:2017-02-14 21:56:50    阅读次数:171
BZOJ[SPOJ5971]LCMSum
Description Given n, calculate the sum LCM(1,n) + LCM(2,n) + .. + LCM(n,n), where LCM(i,n) denotes the Least Common Multiple of the integers i and n. ...
分类:其他好文   时间:2017-02-14 20:38:55    阅读次数:301
CodeForces 733B Parade
枚举。枚举交换哪一个即可。 ...
分类:其他好文   时间:2017-02-14 13:53:32    阅读次数:166
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!