码迷,mamicode.com
首页 >  
搜索关键字:fsg    ( 14个结果
android 修改设备管理器中的磁盘驱动器名
1)修改F_mass_storage.c中fsg_common_init()的此处代码: snprintf(common->inquiry_string, sizeof common->inquiry_string,    "%-8s%-16s%04x", cfg->vendor_name ?: "Linux",    /* Assume product name dependent on ...
分类:移动开发   时间:2014-12-09 10:37:29    阅读次数:370
查看linux版本的几种方法
(1)lsb_release 命令查看,FSG(Free Standards Group)组织开发的LSB (Linux Standard Base)标准的一个命令,用来查看linux兼容性的发行版信息 [root@enmoteam1 oracle]# lsb_release -h FSG lsb_release v2.0 prints certain LSB (Linux Standard Base) and Distribution information. Usage: lsb_release ...
分类:系统相关   时间:2014-10-16 18:16:17    阅读次数:314
FSG报表打印报错,log文件显示java.sql.SQLException: No corresponding LOB data found
报错信息: +---------------------------------------------------------------------------+ Plsql 程序的日志信息开始 +---------------------------------------------------------------------------+ +-----------------...
分类:数据库   时间:2014-08-15 12:55:58    阅读次数:511
BZOJ 1874 取石子游戏 (NIM游戏)
题解:简单的NIM游戏,直接计算SG函数,至于找先手策略则按字典序异或掉,去除石子后再异或判断,若可行则直接输出。#include const int N=1005;int SG[N],b[N],hash[N],a[N],sum,tmp,i,j,n,m; void FSG(int s){ ...
分类:其他好文   时间:2014-07-18 21:09:31    阅读次数:206
14条   上一页 1 2
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!