码迷,mamicode.com
首页 >  
搜索关键字:alter system check d    ( 62653个结果
fcntl 函数
设置文件的flags,阻塞设置成非阻塞,非阻塞设置成阻塞(这连个在server开发中可以封装为基本函数)线程引入pthread_self和pthread_equal原因——解决不同平台的问题!Mysql索引__索引的分类_索引的创建_使用alter建立索引(也可以在创建表时设定)、索引的分类fcnt...
分类:其他好文   时间:2014-05-19 20:48:37    阅读次数:415
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
.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
android权限大全
访问登记属性android.permission.ACCESS_CHECKIN_PROPERTIES ,读取或写入登记check-in数据库属性表的权限获取错略位置android.permission.ACCESS_COARSE_LOCATION,通过WiFi或移动基站的方式获取用户错略的经纬度信息...
分类:移动开发   时间:2014-05-19 11:04:47    阅读次数:474
svn签出单个文件
if (System.IO.Directory.Exists(System.IO.Path.GetDirectoryName(this.Asset.LocalPath)) && System.IO.Directory.GetFiles(System.IO.Path.GetDirectoryName(...
分类:其他好文   时间:2014-05-19 11:04:02    阅读次数:217
vs2013内置IISExpress相关问题
问题描述,以前做的程序迁移到vs2013后出现500.22问题。HTTP 错误 500.22 - Internal Server Error 检测到在集成的托管管道模式下不适用的 ASP.NET 设置。最可能的原因: 此应用程序在 system.web/httpModules 节中定义配置。可尝试的...
分类:其他好文   时间:2014-05-19 10:38:58    阅读次数:276
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
sssssss
private void C_txt(string str){ string strname = "D:\\" + System.DateTime.Now.ToString("yyyymmddhhmmss") + ".txt"; StreamWriter swWordChange = n...
分类:其他好文   时间:2014-05-19 09:53:50    阅读次数:188
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!