常用的行内元素有:a、abbr、acronym、b、bdo、big、br、cite、code、dfn、em、font、i、img、input、kbd、label、q、s、samp、select、small、span、strike、strong、sub、sup、textarea、tt、u、var常用的...
分类:
其他好文 时间:
2014-08-15 19:13:49
阅读次数:
178
在PS2.0下,button 可以直接调用在 checkbox里面定义的变量,如下:$checkbox1_CheckedChanged={ #TODO: Place custom script here if ($checkbox1.Checked) { $a= 1 } else { $a = 0 ...
分类:
其他好文 时间:
2014-08-15 01:20:36
阅读次数:
215
1.table,title,td,tr
无标题
First
Second
First
Second
2.about_meta,title,refresh,body,pre,h1,span,b,i,u,tt,sup,sub,s, ,®,©...
title 标...
分类:
Web程序 时间:
2014-08-14 23:57:36
阅读次数:
494
http://www.godcoder.com/project/view/551https://github.com/Trinea/android-open-project#浜屽浘鐗囩紦瀛?https://github.com/Trinea/android-open-project#浜屽浘鐗囩紦瀛?
分类:
移动开发 时间:
2014-08-14 23:43:26
阅读次数:
217
设置cookie:$cookie=newCHttpCookie('mycookie','this is my cookie');$cookie->expire=time()+60*60*24*30;//有限期30天Yii::app()->request->cookies['mycookie']=$c...
分类:
其他好文 时间:
2014-08-14 20:25:59
阅读次数:
215
二分加最短路#include #include #define N 1005#define INF 0x3f3f3f3fstruct tt{ int h,cost;}dis[N][N];int vis[N],d[N],num =1;int dijkstral(int v0,int t,int ...
分类:
其他好文 时间:
2014-08-14 19:48:19
阅读次数:
298
#include #include #include using namespace std;#define N 1005#define INF 0x1f1f1f1fstruct tt{ int x,y,sp;}p[N];int pre[N];bool cmp(tt a, tt b){ ...
分类:
其他好文 时间:
2014-08-14 19:48:09
阅读次数:
254
String content = “testContent”; String regex="^[a-zA-Z0-9\u4E00-\u9FA5]+$"; Pattern pattern = Pattern.compile(regex); Matcher ma...
分类:
编程语言 时间:
2014-08-14 19:41:29
阅读次数:
282
1.//chrome禁用缓存 chrome之所以快很大程度上是因为它做了很多缓存,但是如果你用chrome来调试网页的话你会觉得有些麻烦,一直以来我的解决方法是在url上添加一些无关参数来“骗”chrome去刷新,虽然很有效果然是...
分类:
Web程序 时间:
2014-08-14 14:22:39
阅读次数:
256