码迷,mamicode.com
首页 >  
搜索关键字:code    ( 108667个结果
thinkPHP使用中踩的坑,记录一下(不停更)
版本3.2.3 1、数据库操作中的连贯操作table(),在查询的时候可以切换表,但是在插入,更新的时候请不要使用。例如 操作会出问题,因为插入的时候会把非user表的字段删除 2.数据库操作的create(),如果使用了框架的自动验证功能,在create()时会验证字段的合法性,有时候我们会多次c ...
分类:Web程序   时间:2017-10-30 11:18:46    阅读次数:155
Android API level 与version对应关系
Platform Version API Level VERSION_CODE 中文名称 Android API 26 26 Android 7.1.1/7.1 25 Nougat Android 7.0 24 Nougat 牛轧糖 Android 6.0 23 Marshmallow 棉花糖 An... ...
分类:移动开发   时间:2017-10-30 11:18:01    阅读次数:217
输出日文CSV乱码问题
直接写用Excel打开时会乱码,需要加上下面代码中注释的三行 ...
分类:其他好文   时间:2017-10-30 11:17:10    阅读次数:165
6-16 Topological Sort(25 分)
Write a program to find the topological order in a digraph. Format of functions: bool TopSort( LGraph Graph, Vertex TopOrder[] ); where LGraph is defi ...
分类:其他好文   时间:2017-10-30 01:31:59    阅读次数:435
TP5动态路由配置好了但是报错was not found on this server的原因以及解决方法
问题:The requested URL /xxxx.html was not found on this server 原因:apache的重写未开启,开启重写后,问题解决, 方法如下: ...
分类:其他好文   时间:2017-10-29 23:26:20    阅读次数:414
python第五天
列表list 增 append insert 插入(根据索引) extend 迭代的添加 列表的删除 pop 按照索引删除,有返回值 remove 直接删除元素 del 按照索引删除 可切片删除 clear 清空列表 列表的改 先删除,迭代着添加 根据索引,直接赋值 count 列表计数 排序(列表 ...
分类:编程语言   时间:2017-10-29 23:25:10    阅读次数:374
HDU 4081 Qin Shi Huang's National Road System
Qin Shi Huang's National Road System Problem Description During the Warring States Period of ancient China(476 BC to 221 BC), there were seven kingdom ...
分类:其他好文   时间:2017-10-29 23:24:02    阅读次数:270
安装Virtualenv创建独立环境
1.安装virthalenv pip python-virtualenv 2.创建Python2虚拟环境 virtualenv -p /usr/bin/python2 py2env 3.创建Python3虚拟环境 virtualenv -p /usr/bin/python3 py3env 4.激活虚 ...
分类:其他好文   时间:2017-10-29 23:23:40    阅读次数:215
计算时间差
1 import time 2 true_time=time.mktime(time.strptime('2017-09-11 08:30:00','%Y-%m-%d %H:%M:%S')) 3 time_now=time.mktime(time.strptime('2017-09-12 11:00... ...
分类:其他好文   时间:2017-10-29 23:22:21    阅读次数:232
startup_MK64F12.s 文件详解
一、 1、AREA 指令 The AREA directive instructs the assembler to assemble a new code or data section. Sections are independent, named, indivisible chunks of ...
分类:其他好文   时间:2017-10-29 23:15:19    阅读次数:256
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!