码迷,mamicode.com
首页 >  
搜索关键字:bsp    ( 83820个结果
$("#XXX").load(,{"key":value})的用法!
返回结果不处理,效果如下所示: 那么问题来了:怎么规范呢? div section和article区别 ...
分类:其他好文   时间:2016-12-16 11:53:22    阅读次数:168
POJ题目总结
(1)深度优先搜索 (poj2488,poj3083,poj3009,poj1321,poj2251) (2)广度优先搜索(poj3278,poj1426,poj3126,poj3087.poj3414) (3)简单搜索技巧和剪枝(poj2531,poj1416,poj2676,1129) (1)枚 ...
分类:其他好文   时间:2016-12-16 10:08:15    阅读次数:208
【Gerrit】Gerrit cmd query (gerrit命令行查询change信息)
本文仅展现个人使用情况和理解,英文原址:https://review.openstack.org/Documentation/cmd-query.html 基本使用格式: ssh -p <port> <host> gerrit query [--format {TEXT | JSON}] --结果集 ...
分类:其他好文   时间:2016-12-16 10:01:28    阅读次数:330
【PRINCE2是什么】PRINCE2认证之七大原则(2)
我们先来回顾一下,PRINCE2七大原则分别是持续的业务验证,经验学习,角色与责任,按阶段管理,例外管理,关注产品,剪裁。 第二个原则:吸取经验教训。 PRINCE2要求项目团队吸取以前的经验教训,在项目生命周期中发现、记录和应对。吸取经验教训,应该记录在整个生命周期中,项目准备期应该回顾以往类似项 ...
分类:其他好文   时间:2016-12-16 09:49:04    阅读次数:106
The world won't care about your self-esteem. The world will expect you to accomplish something before you feel good about yourself.
The world won't care about your self-esteem. The world will expect you to accomplish something before you feel good about yourself. 这世界并不会在意你的自尊,这世界希望 ...
分类:其他好文   时间:2016-12-16 09:45:24    阅读次数:182
LeetCode 409 Longest Palindrome
Problem: Given a string which consists of lowercase or uppercase letters, find the length of the longest palindromes that can be built with those lett ...
分类:其他好文   时间:2016-12-16 07:54:48    阅读次数:110
vs extension
优先级高低 ...
分类:其他好文   时间:2016-12-16 01:47:35    阅读次数:171
flask_sqlalchemy 乱码问题
简言之, /etc/my.conf default_character_set=utf8 配置成了 default_character_set=utf-8 继而 sqlalchemy 创建表使用的字符编码格式是 latin1, 如下 所以即使创建引擎时设置了character 为 utf8, 存储是 ...
分类:数据库   时间:2016-12-16 01:41:51    阅读次数:219
李喆第12次作业
#include "stdio.h" int main(void) { struct student_list { char name[10]; int num; char sex[2]; int age; }student[10]; int i; for(i=0;i #include str... ...
分类:其他好文   时间:2016-12-16 01:38:13    阅读次数:145
SqlServer--空值处理
select * from TblStudent --查询所有年龄是null的同学信息 --null值无法使用=或<>来进行比较 --unknown --判断null值必须使用is null或者is not null select * from TblStudent where tsage is n ...
分类:数据库   时间:2016-12-16 01:35:02    阅读次数:220
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!