码迷,mamicode.com
首页 > 2014年11月28日 > 全部分享
Firefox mobile (android) and orientationchange
Firefox for Android does not support the orientationchange event but you can achieve the same result by using media query listeners.var mqOrientation ...
分类:移动开发   时间:2014-11-28 18:11:17    阅读次数:214
无法从程序集“c:\Windows\Microsoft.NET\Framework\v4.0.30319\System.Web.dll”中嵌入互操作类型
错误1无法从程序集“c:\Windows\Microsoft.NET\Framework\v4.0.30319\System.Web.dll”中嵌入互操作类型,因为该程序集缺少“GuidAttribute”特性c:\Windows\Microsoft.NET\Framework\v4.0.30319...
分类:Windows程序   时间:2014-11-28 18:13:35    阅读次数:349
Ruby之多线程
#Thread #1 is running hereThread.new{ #Thread #2 runs this code}#Thread #1 runs this codeThread.new的同义词是Thread.start和Thread.for代码块中的最后一个表达式的值是线程的值,可以....
分类:编程语言   时间:2014-11-28 18:12:35    阅读次数:198
Socket 打洞
http://www.cnblogs.com/gjahead/archive/2007/04/04/699842.html
分类:其他好文   时间:2014-11-28 18:11:41    阅读次数:204
JsonHelper.class
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using System.Runtime.Serialization.Json; 6 using Syste....
分类:Web程序   时间:2014-11-28 18:11:41    阅读次数:178
Asp.Net MVC4入门指南(5):从控制器访问数据模型
在本节中,您将创建一个新的MoviesController类,并在这个Controller类里编写代码来取得电影数据,并使用视图模板将数据展示在浏览器里。 在开始下一步前,先Build一下应用程序(生成应用程序)(确保应用程序编译没有问题) 用鼠标右键单击Controller文件夹,并创建一个新的 ...
分类:Web程序   时间:2014-11-28 18:10:13    阅读次数:311
会话状态在此上下文中不可用HttpModule中无法访问Session原因
写了一个自定义HttpModule,但始终访问不了Session,代码如下:public class RouteModule : IHttpModule, System.Web.SessionState.IRequiresSessionState{ public void Dispose() ...
分类:Web程序   时间:2014-11-28 18:11:52    阅读次数:145
Oracle JDBC存入图片Blog
创建测试表create table test_img( id integer primary key, name varchar2(32), image blob);存储图片import java.io.FileInputStream;import java.io.FileNotFou...
分类:数据库   时间:2014-11-28 18:10:20    阅读次数:214
position跟display、margin collapse、overflow、float这些特性相互叠加后会怎么样?
这是寒冬大神提出的一个题目,刚开始看到这题的时候完全不知道从什么地方回答起好,题目内容比较广泛,找不到针对点。后来我觉得这个题目应该能拆成几个点来回答:1、'display'、'position' 和 'float' 的相互关系;2、position跟display、overflow、float下的...
分类:其他好文   时间:2014-11-28 18:09:58    阅读次数:180
第六课:数组的扩展与修复
1.indexOf和lastIndexOf方法:因为IE7在数组对象上使用indexOf会报错,所以需要重写一个兼容性的。Array.prototype.lastIndexOf(item,index){ var n = this.length,i = (index==null||index>n-1....
分类:编程语言   时间:2014-11-28 18:08:52    阅读次数:151
小部分ajax的控制,两种实现状态,两段js(纯属自己做给自己看的)
一/二 一:plate ? 'class="area"' : '';$areaall = !$_viewer->areatype ? 'abc' : '';print area as $key=>$value ) {$sel = ($_viewer->areatype == ...
分类:Web程序   时间:2014-11-28 18:08:37    阅读次数:235
Active Record: 資料庫遷移(Migration) (转)
Active Record:資料庫遷移(Migration)Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the...
分类:其他好文   时间:2014-11-28 18:09:10    阅读次数:231
JNDI学习总结(一)——JNDI数据源的配置
一、数据源的由来 在Java开发中,使用JDBC操作数据库的四个步骤如下: ①加载数据库驱动程序(Class.forName("数据库驱动类");) ②连接数据库(Connection con = DriverManager.getConnection();) ③操作数...
分类:其他好文   时间:2014-11-28 18:08:09    阅读次数:275
shell while内获取外部变量内容
一、问题问题很简单,看下面一段tmp.sh代码:#!/bin/shx="this is the initial value of x"cat /tmp/tmp | while read line;do x="$line" echo $xdoneecho x = $x/tm...
分类:系统相关   时间:2014-11-28 18:09:27    阅读次数:278
bzoj3626 [LNOI2014]LCA
Description给出一个n个节点的有根树(编号为0到n-1,根节点为0)。一个点的深度定义为这个节点到根的距离+1。设dep[i]表示点i的深度,LCA(i,j)表示i与j的最近公共祖先。有q次询问,每次询问给出l r z,求sigma_{l#include#include#include#i...
分类:其他好文   时间:2014-11-28 18:09:06    阅读次数:132
Java便利贴7
Java中异常的分类:Java中异常的祖宗类是Throwable,下面又分了Error和Exception两个子类,Error是无法处理的异常,Exception是可以处理的异常,又细分了很多子类。注:其中Runtime Exception是可以处理,也可以不处理的异常类,其他的子类是必须处理的异常...
分类:编程语言   时间:2014-11-28 18:10:51    阅读次数:191
Android-Dialog风格Activity开发
1.设置窗口风格 :①在Manifest中设置主题属性android:theme="@android:style/Theme.Dialog",或者 Theme.Holo.Dialog.②在Activity的onCreate方法中设置,必须在setContentView之前调用setTheme(and...
分类:移动开发   时间:2014-11-28 18:09:13    阅读次数:543
1567条   上一页 1 ... 24 25 26 27 28 29 30 ... 93 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!