1、MessageBox MessageBox.Show("消息内容:" + FileName,
"这是标题", MessageBoxButtons.OK, MessageBoxIcon.Information);Done
分类:
其他好文 时间:
2014-05-09 16:39:03
阅读次数:
264
头文件引用js代码,这里把返回值修改成上传到服务器的文件名称,然后赋值给一个隐藏input,提交表单时以便入库//文件上传function
ajaxFileUpload(){ $("#loading") .ajaxStart(function(){ $(this).show...
分类:
其他好文 时间:
2014-05-09 12:31:49
阅读次数:
467
#登录数据库mysql -hlocalhost -uroot -p;#修改密码mysqladmin
-uroot -pold password new; #显示数据库show databases;#显示数据表show tables;#选择数据库use
examples;#创建数据库并设置编码utf....
分类:
数据库 时间:
2014-05-09 12:19:39
阅读次数:
589
因idea13版本与12版本配置兼容性不是很好,许多之前的配置不能用了。故重新学习配置了一遍,将其过程记录下来,作为将来参考使用1.显示行号Settings->Editor->Appearence->Show
Line Number2.修改主题Settings->Appearance->Theme-...
分类:
其他好文 时间:
2014-05-08 20:28:01
阅读次数:
275
Eclipse修改svn地址
SVN地址变更后 需要重定向
步骤有3 :
1 ) 打开eclipse中SVN资源库
在Eclipse中选择Windows-> Show View->others
如果列表里面没有就去 other... 里面找
下图是打开后的SVN资源库:
2 ) 右键点击 需要重定向的svn地址 右键...
分类:
系统相关 时间:
2014-05-07 03:28:16
阅读次数:
360
第一章 编写第一个Windows应用程序1.1 从最经典的“hello
world”C语言程序说起本文视频教程地址:优酷网(超清):http://v.youku.com/v_show/id_XNjkwMjgwNzE2.html
土豆网(超清、原画):http://www.tudou.com/prog...
分类:
编程语言 时间:
2014-05-05 11:24:11
阅读次数:
1629
widget *s =new
widget;s->move((QApplication::desktop()->width()-s->width())/2,(QApplication::desktop()->height()-s->height())/2);s->show();
分类:
其他好文 时间:
2014-05-04 20:39:22
阅读次数:
290
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3143
把矩阵变成一行,然后计算位置,lrj给了线段树数组做法 但是我做的线段树空间过大,直接爆掉,所以换方法了
主要还是测试自己的线段树区间更新的模板
各种RE+WA之后AC,,,,,
...
分类:
其他好文 时间:
2014-05-04 18:06:36
阅读次数:
412
there be意思:表示存在或者发生。英文释义:used to show that sth
exists or happens如果现在进行时,单数时用is,复数时用are。现在我问你一个问题.How many students in the class
room?你怎么回答呢?使用there be...
分类:
其他好文 时间:
2014-05-04 12:30:46
阅读次数:
304
screen 默认使用 bash shell,一般情况下screen只用于android
build,tmux则是我的日常使用多终端管理工具。# Default Shellshell "/bin/bash"# show status
barhardstatus alwayslastline "%{b...
分类:
系统相关 时间:
2014-05-03 22:14:57
阅读次数:
454