摘要:
concept user role resource authority: grant permission to user and grant permission to resouce 阅读全文
摘要:
centos 7.2,mariadb,my.cnf,安装。 阅读全文
摘要:
最近重新学习c++ 在LINUX使用vi的时候有一点非常的不方便,就是必须退出,然后调用命令去编译程序。 这样不得不学习emacs了。 背景交代完了: EMACS: 缩写ctrl = c, m = alt c v 下一页 m v 上一页 c p, c n, c b, c f 上下前后移动光标。 c 阅读全文
摘要:
Spring MVC 例子http://blog.csdn.net/fulai0_0/article/details/42967481高级语言的编译:链接及装载过程介绍http://tech.meituan.com/linker.html 阅读全文
摘要:
假如:create table test_table( id int, name varchar (128);假如命令如下:load data infile 'a.txt' into table `test_table` fields enclosed by '"' terminated by ',... 阅读全文
摘要:
一直用oracle,最近研究了下mysql,先列举下mysql奇怪的特性1. 不能存储毫秒精度的时间.2. 如果有varchar, char就会自动变varhar.3. timestamp时间范围比datatime小,精度一样, 而且就算你不insert/update,它的值也会自动改变.4. 没有... 阅读全文
摘要:
现象:There are no resouce that can be added or removed from the server.原因:其实就是现有的项目的属性不对。解决办法:right click project-->properties-->project facets-->select... 阅读全文
摘要:
mvn tomcat:run -Dmaven.tomcat.port=8081 阅读全文