下面给出一个倒计时页面的代码: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Co ...
分类:
其他好文 时间:
2017-07-07 14:19:41
阅读次数:
1655
通过sysfs方式控制GPIO,先访问/sys/class/gpio目录,向export文件写入GPIO编号,使得该GPIO的操作接口从内核空间暴露到用户空间,GPIO的操作接口包括direction和value等,direction控制GPIO方向,而value可控制GPIO输出或获得GPIO输入 ...
分类:
系统相关 时间:
2017-07-06 22:51:48
阅读次数:
280
Walking Ant Time Limit: 2 Seconds Memory Limit: 65536 KB Ants are quite diligent. They sometimes build their nests beneath flagstones. Here, an ant is ...
分类:
其他好文 时间:
2017-07-05 22:04:34
阅读次数:
259
using System;using System.Collections;using System.Collections.Specialized;using System.Data;using System.Data.SqlClient;using System.Configuration; n ...
分类:
数据库 时间:
2017-07-04 16:12:52
阅读次数:
220
https://stackoverflow.com/questions/7762397/how-do-i-click-a-usercontrols-child-in-designer @Bradley: thanks for pointing me in the right direction Yo ...
分类:
其他好文 时间:
2017-07-03 23:59:09
阅读次数:
375
define(function(require,exports){ /** * direction :Top Left Top Right Top Center right-start **** * tipShow: 显示状态 默认隐藏 */ exports.vtip = { template:'\... ...
分类:
Web程序 时间:
2017-07-01 23:25:43
阅读次数:
286
这类的东西网上一搜就是大把的,看着比较空旷的博客,所以自己也来写一个。 ...
分类:
Web程序 时间:
2017-07-01 16:15:21
阅读次数:
162
1、如何控制用户访问 1、身份验证,认证:Authentication 2、授权:Authorization 3、审计:Audit 2、权限 数据库安全: -系统安全 -数据安全 系统权限:数据库中执行一个特定操作 对象权限:操纵数据库的对象的内容 可用的系统权限有100多个 数据库管理员有高层次的 ...
分类:
数据库 时间:
2017-06-30 22:19:46
阅读次数:
247
Rman(物理备份) Rman -recover manager Rman 备份的对象 数据文件 数据文件 (Data File) 控制文件 控制文件 (Control File) 参数文件 参数文件 (Spfile/Pfile) 归档文件 归档文件 不能备份在线日志 Rman 备份和恢复的演示 数 ...
分类:
数据库 时间:
2017-06-29 19:28:17
阅读次数:
276