码迷,mamicode.com
首页 >  
搜索关键字:egexp like    ( 7616个结果
[ACM] hdu 3923 Invoker (Poyla计数,快速幂运算,扩展欧几里得或费马小定理)
Invoker Problem Description On of Vance's favourite hero is Invoker, Kael. As many people knows Kael can control the elements and combine them to invoke a powerful skill. Vance like Kael v...
分类:其他好文   时间:2014-07-26 02:16:36    阅读次数:312
物理写的判断 & 介质恢复 & 实例恢复 & 增量检查点
物理写的检测:select*fromv$sysstatwherelower(name)like‘physicalwrites%‘;physicalwrites89119//我一共写了多少块select*fromv$sysstatwhereupper(name)like‘DBW%‘;104DBWRcheckpointbufferswritten817312//通过检查点写了多少块。那你就可以用bufferwriter/physicalwriters..
分类:其他好文   时间:2014-07-25 19:16:42    阅读次数:288
the zeigarnik effect:the scientific key to better work
If you, like us, are constantly looking for more efficient ways to work, then you will really appreciate what the Zeigarnik effect has to offer. It ca...
分类:其他好文   时间:2014-07-25 19:08:02    阅读次数:423
POJ 3624 Charm Bracelet
DescriptionBessie has gone to the mall's jewelry store and spies a charm bracelet. Of course, she'd like to fill it with the best charms possible from...
分类:其他好文   时间:2014-07-25 19:06:52    阅读次数:339
hdu2222Keywords Search (字典树)
Problem Description In the modern time, Search engine came into the life of everybody like Google, Baidu, etc. Wiskey also wants to bring this feature to his image retrieval system. Every image hav...
分类:其他好文   时间:2014-07-24 23:22:23    阅读次数:256
hibernate之createQuery与createSQLQuery
信息: java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to com.miracle.dm.doc.catalog.model.UserInfo 原来的查询语句: String sql = "select a.* from tb_user_info a where a.cat_code like '"+catCo...
分类:数据库   时间:2014-07-24 23:17:33    阅读次数:331
不用写软件,纯JS 实现QQ空间自动点赞
这里分享一个自己写的点赞JS,已实现了右边图片点赞,有兴趣的朋友可以加上去玩玩。打开浏览器的开发者模式运行就可以看到效果了function ilike() { var b = document.getElementById("fhp_like"); var c = b.c...
分类:Web程序   时间:2014-07-24 21:25:39    阅读次数:451
Firefox地址栏样式设定
我希望把Firefox的界面调整为chrome-like,一个关键的地方就是地址栏:地址栏和tab之间的距离太大了,地址栏和页面本身之间的距离也太大。设定方法是在FF中安装stylish插件,然后加入如下css配置代码:#nav-bar toolbarbutton:not([id="bookmark...
分类:其他好文   时间:2014-07-24 17:29:41    阅读次数:225
Android XML
android:id="@+id/button1" add button1`s id to R.javaIn common the xml is mark language like html.the configure info is in first mark label and end...
分类:移动开发   时间:2014-07-24 12:11:05    阅读次数:181
d4_Pointers(指针)
Pointers * Pointers are variables * Pointers store only address of the memory location. they do not store a value. * Pointers are declared like :- int...
分类:其他好文   时间:2014-07-24 12:09:05    阅读次数:288
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!