码迷,mamicode.com
首页 >  
搜索关键字:type    ( 51964个结果
sqlite-SQL-表的创建、销毁、修改
创建表: creat table (field type,field type..); sqlite3存储数据的类型 NULL:标识一个NULL值 INTERGER:整数类型 REAL:浮点数 TEXT:字符串 BLOB:二进制数 sqlite3存储数据的约束条件Sqlite常用约束条件如下:PRI...
分类:数据库   时间:2015-11-16 19:30:17    阅读次数:277
Hacking JIRA REST API
Find the "custom field" number ????? ? Type in the custom field name is JQL advanced mode, JIRA will prompt the custome field number, lisk "cf123456"...
分类:Windows程序   时间:2015-11-16 17:49:27    阅读次数:199
LAMP安全设置
使用 curl -I www.nginx.org/index.php 或者使用chrome 浏览器开发工具查看 默认response header: Connection:keep-alive Content-Type:text/html Date:Mon, 16 Nov 2015 08:16:17 GMT Server:nginx/1.8.0 Trans...
分类:其他好文   时间:2015-11-16 17:48:09    阅读次数:123
解决从服务器获取的数组是 __NSCFConstantString以及""没有空格字符串的问题
猫猫分享,必须精品原创文章,欢迎转载。转载请注明:翟乃玉的博客 地址:http://blog.csdn.net/u013357243问题项目遇到了个bug,从服务器获取到的数据是这样的 { status = 1, data = [ { uid = 161, type = 2, id = 79, addtime = 144764214...
分类:编程语言   时间:2015-11-16 17:39:42    阅读次数:193
小甲鱼第52讲:像极客一样去思考
以下代码打印什么内容?0. [code]>>> def func(): pass>>> print(type(func()))[/code]当然是打印函数的类型,由于什么都没有返回,也就是”NoneType“1.[code]>>> print(type(1J))[/code]排除法,没有u开题...
分类:其他好文   时间:2015-11-16 17:31:08    阅读次数:261
登陆页老是提示验证码错误,validate验证控件IE下用remote方法明明返回true 但是还是报错,提示验证码错误
登陆页后台:login.php<?php/***前台登录退出操作**/defined(‘IN_B2B2C‘)orexit(‘AccessInvalid!‘);header("Content-type:text/html;charset=utf-8");classloginControlextendsBaseHomeControl{ publicfunction__construct(){ parent::__construct(); Tpl::output(‘hidden..
分类:其他好文   时间:2015-11-16 15:57:04    阅读次数:675
IE浏览器中 $.ajax返回uindefined 其他浏览器正常
goods.php<?php/***前台商品**/defined(‘IN_B2B2C‘)orexit(‘AccessInvalid!‘);header("Content-type:text/html;charset=utf-8");//加上这个就好了classgoodsControlextendsBaseGoodsControl{consturl_key="abek2145522254fgfg5224";publicfunction__construct(){parent::__c..
分类:Web程序   时间:2015-11-16 15:56:32    阅读次数:280
selenium上传图片
webdriver 上传文件欢迎光临娇娇家的美衣阁 http://shop105984718.taobao.com/利用webdriver上传文件非常方便 /*上传文件 * element,上传按钮 例 ("//input[@type='file']") * filePath,文件路径,例 ...
分类:Web程序   时间:2015-11-16 15:35:32    阅读次数:169
golang Http Request
一起看一下golang的HTTP包怎么write Request信息 先看一下看golang http Request的struct,不解释,慢慢看(HTTP权威指南,RFC文档) type?Request?struct?{ //?Method?specifies?the?HTTP?method?(GE...
分类:Web程序   时间:2015-11-16 14:14:52    阅读次数:1758
js页面关闭或者刷新的判断
<HTML>? <HEAD>? <title>页面刷新</title>? <meta?http-equiv="X-UA-Compatible"?content="IE=edge,chrome=1"> <meta?http-equiv="content-type"?content="text/html;charset=utf-8"> </HEAD>? <body?o...
分类:Web程序   时间:2015-11-16 12:42:15    阅读次数:124
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!