1.查看当前使用数据库 select database(); 2.从命令行导入数据库文件 首先use database,选择数据库;然后source空格 +文件即可。 3. ...
分类:
数据库 时间:
2017-03-02 16:54:09
阅读次数:
149
1 # Author:larlly 2 import sys,os 3 4 i = 0 5 while i < 3: 6 name = input("请输入用户名:") 7 lock_file = open('account_lock.txt','r+') 8 lock_list = lock_fi ...
分类:
编程语言 时间:
2017-03-02 16:18:26
阅读次数:
179
1.filter(过滤) 值1:blur(xpx); 模糊度 默认为0 eg:#img{filter:blur(5px)} 值2:grayscale(); 灰度 默认为1(100%) 值3:sepia() 黄棕色 默认为1(100%) 值4:saturate() 饱和度 默认为1(100%) 值5: ...
分类:
Web程序 时间:
2017-03-02 11:18:44
阅读次数:
227
Fire! Joe works in a maze. Unfortunately, portions of the maze have caught on fire, and the owner of the maze neglected to create a fire escape plan. ...
分类:
其他好文 时间:
2017-03-01 14:10:34
阅读次数:
203
Database migration across platforms of different "endian" (byte ordering) formats using the Transportable Tablespaces (TTS) process has been certified ...
分类:
其他好文 时间:
2017-03-01 12:50:32
阅读次数:
190
本文转载自:http://blog.csdn.net/bojue01/article/details/46998503 1 概述 本次任务是基于飞思卡尔i.MX 6DualLite开发板上调试触屏驱动,触屏芯片是Goodix的gt911芯片,触屏接口是I2C。 操作系统:Android 4.4.2 ...
分类:
其他好文 时间:
2017-02-28 15:42:20
阅读次数:
684
前言什么是“错误注入”?错误注入指的是将错误引入到我们的程序中。可能有人会很好奇,这么做有什么目的呢?答案很简单:程序的测试。因为在很多时候,当我们要进行边缘情况测试的时候,往往模拟测试的场景不是非常...
分类:
其他好文 时间:
2017-02-27 11:59:59
阅读次数:
342
题目描述 Farmer John has N barren pastures (2 <= N <= 100,000) connected by N-1 bidirectional roads, such that there is exactly one path between any two p ...
分类:
其他好文 时间:
2017-02-26 20:56:30
阅读次数:
192