在之前的开发中,有很多错误或者是性能较差,后来查了资料进行了改正,这里可以分享一下:1. mysql数据库问题(1)mysql数据库如果之前有安装过的话,再次安装可能会发生服务已经启动这样的情况,这样的话可以先停止mysql服务,到注册表中删除这一项服务的内容,然后调用:sc delete mysq...
分类:
编程语言 时间:
2014-11-08 07:03:23
阅读次数:
297
Mistwald
Time Limit: 2 Seconds Memory Limit: 65536 KB
In chapter 4 of the game Trails in the Sky SC, Estelle Bright and her friends are crossing Mistwald to meet their final enemy, Lucciola...
分类:
其他好文 时间:
2014-11-07 20:56:09
阅读次数:
225
FS Shell调用文件系统(FS)Shell命令应使用 bin/hadoop fs 的形式。 所有的的FS shell命令使用URI路径作为参数。URI格式是scheme://authority/path。对HDFS文件系统,scheme是hdfs,对本地文件系统,scheme是file。其中sc...
分类:
系统相关 时间:
2014-11-07 20:46:25
阅读次数:
330
select student.sno,sname,ssex,sage,sdept,cno,gradefrom student,scwhere student.sno=sc.sno//?查询每个学生及其选课情况;select first.cno,second.cpnofrom course first...
分类:
数据库 时间:
2014-11-07 14:35:11
阅读次数:
356
insert into student(sno,sname,sage)values ('95030','李莉',18)//插入如下学生记录(学号:95030,姓名:李莉,年龄:18)insert into sc(sno,cno)values('95030',1)//插入如下选课记录(95030,1)...
分类:
数据库 时间:
2014-11-07 14:26:13
阅读次数:
415
shape不完整的圆环(ring)本文地址: http://blog.csdn.net/caroline_wendyAndroid不仅可以画圆环(ring), 也可以使用属性"android:thicknessRatio", 画不完整的圆环.把thicknessRatio属性值设为浮点小数, 如1.9, 即可以得到不完整的圆环.代码:
<shape xmlns:android="http://sc...
分类:
移动开发 时间:
2014-11-07 08:38:18
阅读次数:
252
滚动条是一个伪元素,可以自定义样式。这个伪类可以将webkit自身的滚动条渲染关闭,只按照用户自定义的css信息进行渲染。/* 滚动条 */::-webkit-scrollbar{ height:7px; width:10px;} //宽度也可用百分比定义//滚动条里面的滑块::-webkit-sc...
分类:
其他好文 时间:
2014-11-05 19:36:35
阅读次数:
154
function load_script(xyUrl, callback){ var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); sc...
分类:
其他好文 时间:
2014-11-05 00:10:12
阅读次数:
206
以前做过这道题目,那是还不懂状态方程。乱搞一气: 1 #include 2 #include 3 using namespace std; 4 const int maxn=5000+10; 5 int a[maxn]; 6 int main() 7 { 8 int T; 9 sc...
分类:
其他好文 时间:
2014-11-03 19:19:44
阅读次数:
191
本篇体验View Model验证。Knockout的subscribe方法能为View Model成员注册验证规则。 @{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Layout.cshtml";
} 最大长度为8!
@section sc...
分类:
Web程序 时间:
2014-11-02 10:46:26
阅读次数:
285