码迷,mamicode.com
首页 >  
搜索关键字:nes    ( 3286个结果
mysql 常用命令
1.查看当前使用数据库 select database(); 2.从命令行导入数据库文件 首先use database,选择数据库;然后source空格 +文件即可。 3. ...
分类:数据库   时间:2017-03-02 16:54:09    阅读次数:149
简易视差滚动 备份
社区 --> ... ...
分类:其他好文   时间:2017-03-02 16:41:27    阅读次数:168
week_one-python用户登录
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
css3新属性
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
UVA11624(KB1-J)
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
Updated: EBS 12.1 + Transportable Tablespaces with Incremental Backup Option
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-28 00:52:48    阅读次数:536
聊聊错误注入技巧
前言什么是“错误注入”?错误注入指的是将错误引入到我们的程序中。可能有人会很好奇,这么做有什么目的呢?答案很简单:程序的测试。因为在很多时候,当我们要进行边缘情况测试的时候,往往模拟测试的场景不是非常...
分类:其他好文   时间:2017-02-27 11:59:59    阅读次数:342
AC日记——[USACO11DEC]牧草种植Grass Planting 洛谷 P3038
题目描述 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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!