码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
Sublime Text 3 配置 PHPCS 插件
Download php code sniffer addon via Package Control in ST3.Download The php-cs-fixer File From This Website => cs.sensiolabs.org/ (Direct Link => cs.s...
分类:Web程序   时间:2014-05-19 20:51:52    阅读次数:529
c#学习5,处理异常
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 异常1{ class Program { static void Main(string[...
分类:其他好文   时间:2014-05-19 20:39:32    阅读次数:309
C# 过滤html标签
public static string checkStr(string html) { System.Text.RegularExpressions.Regex regex1 = new System.Text.RegularExpressions.Regex...
分类:Web程序   时间:2014-05-19 20:31:20    阅读次数:385
Delphi打开窗体时报"Corrupt Portfolio Stream"
今天在打开一个Delphi窗体时报了这么一个错误: Corrupt Portfolio Stream查了一下,主要是由于Delphi窗体的*.ddp文件损坏引起的.解决方法: 删除.ddp 文件,重新打开窗体即可。有时候还是不行,这个时候用记事本打开 那个.dfm文件,通常窗体都是以Text形式存储...
分类:Windows程序   时间:2014-05-19 20:22:20    阅读次数:392
.NET Remoting 入门实例
1.创建服务端Class:ProxyServerRemoting 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using Inscription.Manadal.EmrPlugIn.NetMes...
分类:Web程序   时间:2014-05-19 11:49:35    阅读次数:347
Http操作类
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Net; 6 using System.IO; 7 8 nam...
分类:其他好文   时间:2014-05-19 11:14:32    阅读次数:369
c#学习5,静态字段,静态函数,静态类
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 静态成员{ class Program { static void Main(string...
分类:其他好文   时间:2014-05-19 10:38:16    阅读次数:263
给thinkphp加个分页样式
1、css样式1.fpage{text-align:center;clear:both;padding-top:10px;}2.fpage a{font-size:14px;border:1pxsolid#ccc;padding:3px;box-shadow:0px0px3px#bbb;}3.fpa...
分类:Web程序   时间:2014-05-19 10:27:42    阅读次数:376
Android按钮设置文字变色ColorStateList
Windows平台VC,对于不同的按钮状态,采用不同的颜色显示文字,实现起来比较复杂,一般都得自绘按钮。但是Android里面实现起来非常方便。我们首先添加一个ColorStateList资源XML文件,XML文件保存在res/color/button_text.xml:Java代码Java代码Bu...
分类:移动开发   时间:2014-05-19 07:38:08    阅读次数:426
格式控制符
一直以来对各项繁杂的格式控制符掌握的不是很好, 总是知道的大概, 用的时候都是感觉差不多是这个样子....今天终于吃到苦头 = = ............CString strTerminalID; strTerminalID.Format(TEXT("%10u"),m_nTermina...
分类:其他好文   时间:2014-05-17 18:05:18    阅读次数:259
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!