码迷,mamicode.com
首页 >  
搜索关键字:in section __text    ( 55715个结果
C#使用seleium实现一个自动登录器
1.http://docs.seleniumhq.org/ 下载seleium包2.新建一个C#项目,比如控制台,引用seleium包中的dllusing System;using System.Collections.Generic;using System.Text;using OpenQA.S...
分类:其他好文   时间:2014-06-03 05:29:07    阅读次数:197
u3d读取xml txt
u3d读取xml文件和u3d 读取txt外部文件using UnityEngine;using System.Collections;using System.Xml;using System.Xml.Serialization;using System.IO;using System.Text; ...
分类:其他好文   时间:2014-05-31 16:47:54    阅读次数:229
C#如何检测一个字符串是不是合法的URL
C#如何检测一个字符串是不是合法的URLusingSystem.Text.RegularExpressions; //////检测串值是否为合法的网址格式//////要检测的String值///成功返回true失败返回falsepublicstaticboolCheckIsUrlFormat(str...
分类:其他好文   时间:2014-05-31 15:05:54    阅读次数:230
C#自动给文章关键字加链接实现代码
using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text.RegularExpressions;using System.Web;using S...
分类:其他好文   时间:2014-05-31 12:45:40    阅读次数:199
CSS3 Loading(加载)动画效果
1.html 部分 2.css 部分.spinner { margin: 100px auto; width: 50px; height: 60px; text-align: center; font-size: 10px;} .spinner > div { back...
分类:Web程序   时间:2014-05-31 11:52:06    阅读次数:555
android:themes.xml
1 2 13 25 26 You can count on this being a dark 29 background with light text on top, but should try to make no 30 other assumptions ...
分类:移动开发   时间:2014-05-31 06:12:59    阅读次数:492
【转】java 读取 excel 2003 或 excel 2007
package com.my.login;import java.io.File;import java.io.FileInputStream;import java.io.IOException;import java.io.InputStream;import java.text.Decimal...
分类:编程语言   时间:2014-05-31 06:06:10    阅读次数:295
C# 多线程操作队列
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Net;using System.Runtime.Interop...
分类:编程语言   时间:2014-05-31 05:59:18    阅读次数:260
【常见问题】使用Tomcat发布html页面乱码
1 2 htm 3 text/html4 5 6 html7 text/html8 找到这个东东,改成下面这样的就行啦1 2 htm 3 text/html;charset=utf-8 4 5 6 htm...
分类:Web程序   时间:2014-05-31 02:55:17    阅读次数:249
html5学习笔记2
css3选择器1.通过元素的关键字,如p,div等2.通过id属性3.通过class属性引用3.1通过class属性引用p标签,如:p.text{}//text样式只适用于p4.通过任意键引用例如:p[name]{}//仅引用带有name属性的p标签p[name="my"]{}//仅引用带有name...
分类:Web程序   时间:2014-05-31 01:28:28    阅读次数:291
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!