DECLARE
l_rec_profile_t hz_customer_profile_v2pub.customer_profile_rec_type;
l_rec_profile hz_customer_profile_v2pub.cust_profile_amt_rec_type;
l_profile_amt_id NUMBER;
l_profile_id...
分类:
其他好文 时间:
2014-10-30 19:17:23
阅读次数:
259
#defineSBULL_MINORS16 /*每个sbull设备所支持的次设备号的数量 */#defineKERNEL_SECTOR_SIZE512// 本地定义的常量,使用该常量进行内核512字节到实际 // 扇区大小的转换#defineINVALIDATE_DELAY30*HZ块设备的核心数据...
分类:
其他好文 时间:
2014-10-29 20:56:19
阅读次数:
344
#!/bin/bash
#备份数据库hz jshuabo sdhuabo
name=$(date +%Y%m%d)
/alidata/server/mysql-5.1.73/bin/mysqldump -u root -p123456 hz > /root/sqlBackup/hz.$name.sql
/alidata/server/mysql-5.1.73/bin/mysqldump -u ro...
分类:
数据库 时间:
2014-10-23 16:17:19
阅读次数:
195
using System.Text;public class PinYin{ public string GetFirstLetter(string hz) { string ls_second_eng = "CJWGNSPGCGNESYPBTYYZDXYKYGTDJNNJQMBSGZSCYJSYY...
分类:
其他好文 时间:
2014-10-22 17:58:27
阅读次数:
263
函数名: delay
功 能: 将程序的执行暂停一段时间(毫秒)
用 法: void delay(unsigned milliseconds);
程序例:
/* Emits a 440-Hz tone for 500 milliseconds */
#include
int main(void)
{
sound(440);
delay(500);
n...
分类:
编程语言 时间:
2014-10-18 11:11:23
阅读次数:
159
DECLARE
l_num_user_id NUMBER;
l_num_appl_id NUMBER;
l_num_resp_id NUMBER;
cust_account_rec_type hz_cust_account_v2pub.cust_account_rec_type;
l_num_ob...
分类:
其他好文 时间:
2014-10-04 15:42:06
阅读次数:
201
速度以十进制计算1Hz 就是秒分之一1GHz = 1000 * 1000 * 1000 Hz 网络速度哦使用的是bit 为单位所以 4M ADSL 就是 4Mbit Per second, 转化成 KB 就是 0.5Mb/s 512kb/s厂商的硬盘 500G, 它是以10进制计算的, 因为磁盘有间...
分类:
其他好文 时间:
2014-09-29 17:46:31
阅读次数:
127
度量时间差
内核通过定时器中断来跟踪时间流时钟中断由系统定时硬件以周期性的间隔产生,这个间隔由内核根据HZ的值设定,在常见的x86 PC平台上,默认定义为1000jiffies_64unsigned long jiffies使用jiffies计数器
int time_after(unsigned long a, unsigned long b);int time_before(...
分类:
系统相关 时间:
2014-09-27 23:20:20
阅读次数:
448
各种计量单位符号是用大写字母还是用小写字母有严格规定:凡是来源于人名字的单位符号第一个字母必须用大写字母(或只用一个大写字母),如:Hz(赫兹)、V(伏特)、A(安培)、Pa(帕斯卡)等等。而其他非来源于人名字的单位符号除一个特例外,一律用小写字母,如:m(米)、g(克)、s(秒)等,只有一个特例,...
分类:
其他好文 时间:
2014-09-22 15:26:12
阅读次数:
202
DECLARE
l_rec_profile_t hz_customer_profile_v2pub.customer_profile_rec_type;
l_rec_profile hz_customer_profile_v2pub.cust_profile_amt_rec_type;
l_profile_amt_id NUMBER;
l_profile_id...
分类:
其他好文 时间:
2014-09-17 20:28:32
阅读次数:
399