码迷,mamicode.com
首页 > 2014年07月22日 > 全部分享
css selection改变文字反选的背景颜色
如不加样式名称,针对的是整个文档效果
分类:Web程序   时间:2014-07-22 22:53:13    阅读次数:211
cursor: pin S产生原理及解决方法
转自:http://www.dbafree.net/?p=778今天晚上在一个比较重要的库上,CPU严重的冲了一下,导致DB响应变慢,大量应用连接timeout,紧接着LISTENER就挂了,连接数也满了等一连串问题。我们的监控抓取了当时系统的等待事件,ACTIVE SQL及SESSION_WAIT...
分类:其他好文   时间:2014-07-22 22:53:13    阅读次数:304
osgi 2
基础的APIBundleActivator BundleContext ServiceReference HelloServiceFactory ServiceTrackerosgi疑惑:Import-Package最最基础的bundle中包含哪些 package?很多,org.osgi.f...
分类:其他好文   时间:2014-07-22 22:53:14    阅读次数:203
Lists and tuples
zip is a built-in function that takes two or more sequence and ‘zips’ them into a list of tuples, where each tuple contains one element from each sequ...
分类:其他好文   时间:2014-07-22 22:53:14    阅读次数:269
Foundataions of Machine Learning: Rademacher complexity and VC-Dimension(2)
Foundataions of Machine Learning: Rademacher complexity and VC-Dimension(2)(一) 增长函数(Growth function) 在引入增长函数之前,我们先介绍一个例子,这个例子会有助于理解增长函数这个东西。在input spa...
分类:其他好文   时间:2014-07-22 22:53:14    阅读次数:242
LeetCode:Remove Element
Given an array and a value, remove all instances of that value in place and return the new length.The order of elements can be changed. It doesn't mat...
分类:其他好文   时间:2014-07-22 22:53:14    阅读次数:184
html5开发<video>视频字幕的程序
使用video实现实时字幕的效果播放开始
分类:Web程序   时间:2014-07-22 22:53:14    阅读次数:269
robot framework环境搭建
一、 robot framework环境搭建: 官网:http://robotframework.org/ 序号安装包名安装方法下载地址备注1pythonexe文件,直接双击安装https://www.python.org/download/releases/2.7.8/一切的基础,安装...
分类:其他好文   时间:2014-07-22 22:53:15    阅读次数:213
Linux平台上的多种软件安装方式与更友好的包管理软件介绍
本文介绍了Linux系统环境下的四种软件安装方式及两种更友好的软件安装软件。本文对于系统学习了解Linux下软件的安装方法,有很大帮助。
分类:系统相关   时间:2014-07-22 22:53:15    阅读次数:231
三,依赖项属性
定义依赖项属性 public class FrameworkElement : UIElement{ public static readonly DependencyProperty MarginProperty; static FrameworkElement() { FrameworkProp...
分类:其他好文   时间:2014-07-22 22:53:15    阅读次数:251
找不到android-support包的解决办法
有时候在开发过程中,总是会遇到一些莫名奇妙的错误,或者在使用fragement和viewpage的时候,就会出现下面这个错误,如果出现找不到android-support-v4 包的时候,可以使用下面的方法进行添加:Project->properties->Java Build Path->Libr...
分类:移动开发   时间:2014-07-22 22:53:15    阅读次数:265
Win桌面三维效果
进入Windows 7旗舰版的桌面后,按住组合键Win + Ctrl + Tab即可将三维效果定在某个位置。现在提供一种建立快捷方式的办法:在桌面空白处右击鼠标-新建-快捷方式,在弹出的对话框中输入C:\Windows\System32\rundll32.exe DwmApi #105,“C”为W....
分类:Windows程序   时间:2014-07-22 22:53:15    阅读次数:288
jQuery 中$(this).parent().parent().remove()无效。
在写文章系统的删除功能。需要删除一行数据。在删除的页面,需要jQuery 删除一hang. 局部刷新数据。 $(".del").click(function(){ var id = $(this).attr("hid"); var t = $(this)....
分类:Web程序   时间:2014-07-22 22:53:15    阅读次数:1234
第一次集训个人赛 T1(签到题)
一、题目DescriptionWangpeng is good at drawing. Now he wants to say numbers like “521” to his girlfriend through the game draw something.Wangpeng can’t wr...
分类:其他好文   时间:2014-07-22 22:53:15    阅读次数:242
鸟哥的Linux私房菜——基础学习篇 —— 笔记2
at 语法 ==注意,输入at之后便进入命令行模式 ------- 不管怎么样,只会执行一次。[test @test test]# at [-m] TIME (输入工作指令)[test @test test]# atq (查看当前工作流程)[test @test test]# atrm ...
分类:系统相关   时间:2014-07-22 22:53:16    阅读次数:295
poj 1269 Intersecting Lines(判相交交点与平行)
http://poj.org/problem?id=1269Time Limit:1000MSMemory Limit:10000KTotal Submissions:10379Accepted:4651DescriptionWe all know that a pair of distinct p...
分类:其他好文   时间:2014-07-22 22:53:16    阅读次数:314
window.location.href的使用方法
http://hljqfl.blog.163.com/blog/static/40931580201122210573364/在写ASP.Net程序的时候,我们常常遇到跳转页面的问题,我们常常使用Response.Redirect 做ASP.NET框架页跳转,假设客户要在跳转的时候使用提示,这个就不...
分类:Windows程序   时间:2014-07-22 22:53:16    阅读次数:244
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!