码迷,mamicode.com
首页 >  
搜索关键字:load data infile    ( 81019个结果
2014 UESTC Training for Data Structures D - 长使英雄泪满襟
看出司马懿在等蜀军粮草不济,孔明于是下令分兵屯田以备久战。司马懿日日只是闭营不出。孔明每日思虑对策至天明,却也无可奈何。漫天星辰中有一类星叫做将星,它们随着将魂的燃烧会越发明亮。今夜五丈原的星空格外璀璨。司马懿一声轻叹。五丈原的星,要落了。Input第一行输入三个整数,n,W,H,分别表示有n颗星,...
分类:其他好文   时间:2014-05-01 09:52:04    阅读次数:326
ubuntu修改分辨率---要人命
ubuntu分辨率真是坑爹,不知什么原因,ubuntu分辨率一下子变了,通过,显示->分辨率,都改不过来。。。 无奈,有重装系统的冲动,从网上找了很多方法,都不管用,有一次,在这里 sudo gedit /etc/X11/xorg.conf 更改还黑屏了。。。 电脑上还有很...
分类:其他好文   时间:2014-05-01 09:50:47    阅读次数:410
Effective Java 66 Synchronize access to shared mutable data
When multiple threads share mutable data, each thread that reads or writes the data must perform synchronization. Without synchronization, there is no...
分类:数据库   时间:2014-05-01 09:14:25    阅读次数:506
2014 UESTC Training for Data Structures E - 休生伤杜景死惊开
E - 休生伤杜景死惊开Time Limit: 3000/1000MS (Java/Others) Memory Limit: 65535/65535KB (Java/Others)SubmitStatus陆伯言军陷八卦阵之中,分明只是一条直路,却怎的也走不到尽头。阵中尽是石堆,以某一石堆为参考,....
分类:其他好文   时间:2014-05-01 09:09:18    阅读次数:380
使用SqlLocalDB命令行管理LocalDB
SqlLocalDB.exe start v11.0SqlLocalDB.exe info v11.0SQL Server Management Stdio添加管道连接实例默认实例名(localDB)\v11.0为了方便管理,LocalDB提供了一个基于命令行的数据库管理工具SqlLocalDB.e...
分类:数据库   时间:2014-05-01 09:06:48    阅读次数:438
良精南方后台简单拿shell
良精南方后台简单拿shell作者:qxz_xp 发布:2013-11-02 00:51 分类:菜鸟入门,黑客技术,黑客攻防5条评论首先必须要先登入管理后台。进入后台管理后,在网站地址后面加上 admin/southidceditor/admin_style.asp 这是良精南方的远程编辑器路径。.....
分类:其他好文   时间:2014-05-01 08:42:50    阅读次数:409
openfire build(2)
InterceptorManager PluginManageropenfire 插件的中servlet 在web-custom.xml 中的配置 url 一定要小写,访问时不区别大写小 否则404如: Sample1Servlet com.myyule.openfire.plugin.S...
分类:其他好文   时间:2014-05-01 08:42:11    阅读次数:305
vimrc
runtime bundle/vim-pathogen/autoload/pathogen.vimset nocompatible " be iMproved, requiredfiletype off " required" set th...
分类:其他好文   时间:2014-05-01 08:38:20    阅读次数:327
explicit浅谈
在C++中,explicit关键字主要用于防止隐式转换,用于修饰构造函数、复制构造函数。例如有一个类:class A { public: A( int count ) : m_data( count ){} private: int m_data; };int main() { ...
分类:其他好文   时间:2014-05-01 03:03:36    阅读次数:311
HDU-2850-Load Balancing(贪心)
Problem Description In the Wide Web World, Which web server was popular in web site? Apache, nginx, lighttpd? Baidu.com use Apache, and many web sites like 163.com use nginx. Why? Its configuration i...
分类:其他好文   时间:2014-04-29 13:24:20    阅读次数:355
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!