WisDom.Net-license1.为啥要用license license (许可证)
顾名思义就是说我的软件只能给在指定的机器上使用。毕竟很多项目都不是免费的,(说句题外话,其实我用的也是盗版,哈哈)这里我们的 license 分为2种
1,试用版本 显示使用人数 和期限只能有使用30天, 2...
分类:
Web程序 时间:
2014-05-16 08:09:58
阅读次数:
239
Christopher KohlhoffCopyright ? 2003-2012
Christopher M.
Kohlhoff以Boost1.0的软件授权进行发布(见附带的LICENSE_1_0.txt文件或从http://www.boost.org/LICENSE_1_0.txt)Boost....
分类:
其他好文 时间:
2014-05-15 15:54:04
阅读次数:
493
描述把文本读出的API,在手机上测试知识支持英文,中文库应该没有所以不支持
/*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file exce...
分类:
移动开发 时间:
2014-05-14 21:34:49
阅读次数:
435
当登录AIX系统,用户名或密码不正确以至于多次登录,超过系统设定的次数,如何解锁:
1.用root用户登录系统
2.chuser unsuccessful_login_count=0 db2inst1
此时用户名db2inst1解锁成功,可正常登录
说明:db2inst1是被锁定的用户
参考链接:AIX用户登录次数受限设置...
分类:
其他好文 时间:
2014-05-13 06:20:21
阅读次数:
269
1. Terms and conditions(法律与条款) 1.1 As a developer
of applications for the App Store you are bound by the terms of theProgram
License Agreement(PLA), H...
分类:
移动开发 时间:
2014-05-12 15:16:13
阅读次数:
610
一、DB2 RACF control
module定义在prefix.SDSNSAMP(DSNXRXAC)中,查找一下数据集符合*.SDSNSAMP数据集有两个,我这里使用的DB
V9,自然prefix就是DSN910了二、进入DSN910.SDSNSAMP,查看DSNXRXAC成员。可以知道几个非...
分类:
数据库 时间:
2014-05-11 16:54:30
阅读次数:
430
最近因为要写新的mobile site页面,有好几个页面上面必须用到photo
slider。使用插件:/** Swipe 2.0** Brad Birdsall* Copyright 2013, MIT
License**/Github:https://github.com/thebird/Swi...
分类:
Web程序 时间:
2014-05-10 08:32:41
阅读次数:
453
Hello
WorldLinux设备驱动的第一个例子。一.源程序(hello.c)#include#includeMODULE_LICENSE("DualBSD/GPL");staticinthello_init(void){printk(KERN_ALERT"Hello,world/n");ret...
分类:
系统相关 时间:
2014-05-10 07:40:47
阅读次数:
408
这里讲的并非如何去破解Openquant (this is not a crack of
Openquant),本文的方法也仅供研究。如果有人要用于商业目的,最好还是去买一个License。解决过期的办法如下:1.使用ILDASM将
“SmartQuant.dll” dump 成 il 文件2.找到...
分类:
其他好文 时间:
2014-05-10 01:01:33
阅读次数:
406
Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> def strQ2B(ustring):
#把全角字符串转半角
ustr...
分类:
编程语言 时间:
2014-05-09 22:27:33
阅读次数:
342