码迷,mamicode.com
首页 >  
搜索关键字:in section __text    ( 55715个结果
C# 制作外挂常用的API
C#做外挂的常用API,本人用了很久,基本没发现问题usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Runtime.InteropServices;//这个肯定要的namespaceWindowsApp...
分类:Windows程序   时间:2014-07-18 08:20:05    阅读次数:324
计算机中十六进制数对应的内存大小速记
十六进制数容量大小1016 (byte)100256 (byte)1 0004 (KB)10 00064 (KB)100 0001 (MB)再1之后每增加一个零就增加了16字节1KB 对应十六进制400
分类:其他好文   时间:2014-07-18 00:39:37    阅读次数:190
HTML基础教程(5)——HTML文本格式化
HTML 可定义很多供格式化输出的元素,比如粗体和斜体字。下面有很多例子,您可以亲自试试:HTML 文本格式化实例文本格式化此例演示如何在一个 HTML 文件中对文本进行格式化This text is boldThis text is strongThis text is bigThis text ...
分类:Web程序   时间:2014-07-17 23:32:36    阅读次数:511
xib中的view对iPhone和iPad自适应
1This worked for me:Make a copy of the .xib in the Finder.Open the copied file in a text editor.Change "com.apple.InterfaceBuilder3.CocoaTouch.XIB" to...
分类:其他好文   时间:2014-07-17 23:25:55    阅读次数:275
HTML基础教程(11)——HTML表单--
HTML 表单用于搜集不同类型的用户输入。实例文本域(Text fields)本例演示如何在 HTML 页面创建文本域。用户可以在文本域中写入文本。密码域本例演示如何创建 HTML 的密码域。(可以在本页底端找到更多实例。)表单表单是一个包含表单元素的区域。表单元素是允许用户在表单中(比如:文本域、...
分类:Web程序   时间:2014-07-17 22:25:36    阅读次数:333
SharePoint 2010: Export User Profile Properties to a Text File or Excel using PowerShell
导出到txt[void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Office.Server") [void][System.Reflection.Assembly]::LoadWithParti...
分类:其他好文   时间:2014-07-17 21:37:20    阅读次数:454
CentOS After Install
1. Input Method: 1.1.用root登录 ,或su root 1.2.yum install "@Chinese Support" 1.3.exit 1.4.回到桌面,system->preferences->input method 1.5.如果没有,先注销一下。 1....
分类:其他好文   时间:2014-07-17 21:32:59    阅读次数:233
百度在线手写板代码
百度在线手写板代码-php自学网    #sx{color:#00C;text-decoration:underline;cursor:pointer;}              手写      var w = window,d = document,n = navigator,k = d.f.wd  if (w.attachEvent) {  w.attachEve...
分类:其他好文   时间:2014-07-17 19:02:52    阅读次数:635
c# 自己制作一个简单的项目倒计时器
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window...
分类:其他好文   时间:2014-07-17 19:00:10    阅读次数:183
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!