码迷,mamicode.com
首页 >  
搜索关键字:xpl    ( 1173个结果
[leetcode-97-Interleaving String]
Given s1, s2, s3, find whether s3 is formed by the interleaving of s1 and s2.For example,Given:s1 = "aabcc",s2 = "dbbca",When s3 = "aadbbcbcac", retur ...
分类:其他好文   时间:2017-05-31 00:17:29    阅读次数:247
将文件写进数据库的方法
1。读取文件的内容 2. 获得文件的长度 3.数据库的连接(设置字符集 和选择要操作的数据库) 4. 将文件的内容的字符串转化为数组(循环,执行sql语句) 5.关闭数据库 ...
分类:数据库   时间:2017-05-29 16:36:26    阅读次数:157
MongoDB数据模型和索引学习总结
MongoDB数据模型和索引学习总结 1. MongoDB数据模型: MongoDB数据存储结构: MongoDB针对文档(大文件採用GridFS协议)採用BSON(binary json,採用二进制编码)数据格式来存储和交换数据。Bson吸收了JSON schema-less的特点,存储结构松散, ...
分类:数据库   时间:2017-05-28 13:27:25    阅读次数:286
MySQL规范
(一) 建表规约1. 【强制】表达是与否概念的字段,必须使用is_xxx的方式命名,数据类型是unsigned tinyint( 1表示是,0表示否)。 说明:任何字段如果为非负数,必须是unsigned。 正例: 表达逻辑删除的字段名 is_deleted,1表示删除, 0表示未删除。 表示未删除 ...
分类:数据库   时间:2017-05-27 20:39:07    阅读次数:302
[HTTP] Understand 2xx HTTP Status Code Responses
The 2xx family of status codes are used in HTTP responses to indicate success. Beyond the generic 200 OK status code, there are a set of more specific ...
分类:Web程序   时间:2017-05-26 15:57:01    阅读次数:228
cakephp的 \cake24\Cake\Controller\BaseController.php
autoRender = false; $quest = false; // $mobile = $_GET['mobile']; /* $this->loadModel("Baomings"); $this->loadModel("RejectLogs"); $this->loadModel("R... ...
分类:Web程序   时间:2017-05-26 11:54:29    阅读次数:232
PHP导出生成Excel文件
PHP导出生成Excel首先需要下载安装office扩展 可以自行下载,也可以通过composer下载安装 个人比较建议后者 代码很简单 不废话直接上代码 /** * @param $file_name String 文件名称 * @param $title String 标题 * @param $ ...
分类:Web程序   时间:2017-05-25 11:54:17    阅读次数:207
[leetcode-406-Queue Reconstruction by Height]
Suppose you have a random list of people standing in a queue. Each person is described by a pair of integers (h, k), where h is the height of the pers ...
分类:其他好文   时间:2017-05-24 00:50:08    阅读次数:233
关于删除节点的兼容写法
var navigatorName = "Microsoft Internet Explorer"; if(navigator.appName == navigatorName){ document.getElementById(a).getElementsByTagName("input")[1] ...
分类:其他好文   时间:2017-05-22 01:26:13    阅读次数:198
Cocos2dx 小技巧(九)现成的粒子特效
和高中的她 差点儿相同有两三年没见面了吧。下午她正好来泉州。我俩出来一起吃了个饭。怎么说呢,自从高中毕业后我俩的联系就少了非常多。大学期间也就见过两三面吧。现在毕业也快一年了,她已是人妇,而我自己的感情也是经历的长期的稳定与最近的跌宕。事实上那份感觉一直都不曾改变,变了的是周边不断影响自己的人和事。 ...
分类:其他好文   时间:2017-05-21 12:54:53    阅读次数:163
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!