摘要:
http://blog.csdn.net/pipisorry/article/details/47396311 以下是在模板中做一个简单的页面PV数统计、model阅读量统计、用户訪问量统计的方法 简单的模板页面计数的实现 模板中设置: <li>您是第{{count}}个訪问本站的朋友</li> < 阅读全文
posted @ 2017-05-17 21:29
claireyuancy
阅读(1620)
评论(0)
推荐(0)
摘要:
【oracle 11G Grid 】Crsctl start cluster 和 crsctl start crs 有差别么? q:Crsctl start cluster 是 11.2新特性和 crsctl start crs 有啥差别呢? Crsctl start/stop crs管理本地 阅读全文
posted @ 2017-05-17 20:28
claireyuancy
阅读(802)
评论(0)
推荐(0)
摘要:
这是我今年第二次观看2013星光大道总决赛了,总的感觉是对每一个选手幕后的艰辛努力而倍感钦佩。 在观看的同一时候,差点儿同步联想到我自己对生活。对人生,对理想的情景,又差点儿异步对社会,对阶层,对世界的批判。 因此。忍不住心中的流淌,看完后便连夜写下这篇观后感。 星光大道虽说是大众的平台。但经过一年 阅读全文
posted @ 2017-05-17 19:25
claireyuancy
阅读(150)
评论(0)
推荐(0)
摘要:
为php添加mysql模块时报错 configure: error: mysql configure failed. Please check config.log for more information. 解决方法: [vagrant@rs-1 mysql]$ ./configure --wit 阅读全文
posted @ 2017-05-17 18:17
claireyuancy
阅读(606)
评论(0)
推荐(0)
摘要:
The 2014 ACM-ICPC Asia Mudanjiang Regional Contest 题目链接 没去现场。做的网络同步赛。感觉还能够,搞了6题 A:这是签到题,对于A堆除掉。假设没剩余在减一。B堆直接除掉 + 1就能够了 B:二分贪心,二分长度。然后会发现本质上是在树上最长链上找两点 阅读全文
posted @ 2017-05-17 17:02
claireyuancy
阅读(131)
评论(0)
推荐(0)
摘要:
注意:标红处! A Service is an application component representing either an application's desire to perform a longer-running operation while not interacting 阅读全文
posted @ 2017-05-17 16:31
claireyuancy
阅读(157)
评论(0)
推荐(0)
摘要:
课程描写叙述:在这个课程中,我们将介绍SVG。而且介绍怎样使用javascript来控制SVG生成素描动画效果 课程地址:http://www.gbtags.com/gb/gbliblist/21.htm 课程描写叙述:在这个课程中,我们将介绍SVG。而且介绍怎样使用javascript来控制SVG 阅读全文
posted @ 2017-05-17 14:46
claireyuancy
阅读(180)
评论(0)
推荐(0)
摘要:
--移除回车符 update master_location SET street_number = REPLACE(street_number, CHAR(13), '') --移除换行符 update master_location SET street_number = REPLACE(str 阅读全文
posted @ 2017-05-17 14:13
claireyuancy
阅读(212)
评论(0)
推荐(0)
摘要:
1。HTML 2,CSS 3,JavaScript 4。JQuery 5。JSON 6,HTML DOM 7。AJAX 进阶教程: 1。Bootsrap 2,sea.js 3,node.js 4。AngularJS 5,prototype 6,CSS 7,HTML5 其它知识点 1,Python 2 阅读全文
posted @ 2017-05-17 13:03
claireyuancy
阅读(193)
评论(0)
推荐(0)
摘要:
前面我们已经了解了怎样使用spring装备简单的属性(使用value属性)和引用其它bean的属性(使用ref属性)。可是value和ref仅在Bean的属性值是单个值的情况下才实用。当bean的属性值是复数时 假设属性的类型是集合。 当配置集合类型的bean属性时。spring提供了4种类型的集合 阅读全文
posted @ 2017-05-17 11:24
claireyuancy
阅读(825)
评论(0)
推荐(0)