码迷,mamicode.com
首页 >  
搜索关键字:invalid region    ( 5582个结果
c#实现万年历示例分享 万年历农历查询
cs.cs(类页面)using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace CityIndex{ #region ChineseCalendarException ...
分类:Windows程序   时间:2014-12-30 13:34:58    阅读次数:309
Unity3D 编辑器功能之MonoBehaviour属性
using?System;   using?unityEngine;   public?class?Test?:?MonoBehaviour   {   #region?编辑Inspector视图   ///?<summary>   ///?只能输入?0-1的值   ///?</summary>   [...
分类:编程语言   时间:2014-12-30 12:03:12    阅读次数:377
实现http的post和get的几种方法
1.POST方法(httpWebRequest) #region POST方法(httpWebRequest) //body是要传递的参数,格式"roleId=1&uid=2" //post的cotentType填写: //"application/x-www-form-urlencoded" //soap填写:"text/xml; charset=utf-8" public s...
分类:Web程序   时间:2014-12-30 10:04:38    阅读次数:143
U盘监测
#region U盘监测 public const int WM_DEVICECHANGE = 0x219; public const int DBT_DEVICEARRIVAL = 0x8000; public const int DBT_DEVICER...
分类:其他好文   时间:2014-12-30 09:53:22    阅读次数:157
arm:jlink调试和直接烧写运行的不同 [mdk s3c2440]
1、对全局变量的初始化。2、还没发现的事例。/*************************************************/先上连接文件sctLR_ROM1 0x30000000 0x00010000 { ; load region size_region ER_RO...
分类:其他好文   时间:2014-12-29 18:13:00    阅读次数:216
myeclipse 8.5打开文件Could not open the editor: Invalid thread access 异常
最近打开了一个好久没用的myeclipse 8.5下的工作区间,导入一个项目,想打开文件编辑提示Could not open the editor: Invalid thread access解决办法:1:cmd 进入myeclipse的安装目录 找到myeclipse.exe所在位置目录2:执行m...
分类:数据库   时间:2014-12-29 10:16:52    阅读次数:281
Jquery.ajax报parseerror Invalid JSON错误的原因和解决方法:不能解析
(默认: 自动判断 (xml 或 html)) 请求失败时调用时间。参数有以下三个:XMLHttpRequest 对象、错误信息、(可选)捕获的错误对象。如果发生了错误,错误信息(第二个参数)除了得到 null 之外,还可能是 "timeout" , "error" , "notmodified" ...
分类:Web程序   时间:2014-12-28 23:30:54    阅读次数:287
IIS问题解决:URL中制表符引起的Bad Request - Invalid URL
昨天处理好了Google网站管理员中的500错误,今天处理了一些400处理,比如下面的以制表符(tab)结尾的URL。访问这些URL时,IIS会返回400 bad request的错误。这个错误页面是由IIS的底层http.sys直接返回的,既不能自定义错误页面,也不能进行URL重写。
分类:Web程序   时间:2014-12-28 18:09:33    阅读次数:294
RegexHelper
ylbtech-Unitity-cs:RegexHelper验证帮助类1.A,效果图返回顶部 1.B,源代码返回顶部1.B.1,RegexMail#region RegexMailpublic bool RegexMail(string email){ try { stri...
分类:其他好文   时间:2014-12-28 12:56:38    阅读次数:143
弹出消息对话框ScriptManager
//直接调用WebMessageBox方法 #region 弹出消息对话框 /// /// 弹出消息对话框 /// /// 要弹出对话框的Page类 /// 对话框中提示的内容 public sta...
分类:其他好文   时间:2014-12-28 12:52:44    阅读次数:135
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!