码迷,mamicode.com
首页 >  
搜索关键字:you must not use 8-bit bytestrings    ( 56378个结果
ubuntu12.04 64位安装nessus
首先从官网上下载安装包,地址:http://www.nessus.org然后在本地安装:sudo dpkg -i Nessus.deb安装完成以后,需要激活,去官网上获取激活码(个人用户注意选择use in home):地址:http://www.nessus.org/plugins/?view=h...
分类:其他好文   时间:2014-04-30 19:09:00    阅读次数:514
something about basic usage of vector,queue
1.for a two dimension vector, we must assign at least the first dimension of the vector2.each dimension of an inner vector can be different3.if you do...
分类:其他好文   时间:2014-04-30 18:47:20    阅读次数:549
LeetCode4:Add Two Numbers
题目: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a sin...
分类:其他好文   时间:2014-04-30 18:44:23    阅读次数:428
使用JRadioButton 示例
代码如下:JRadioButton useCache=new JRadioButton("Use cache");// 初始化单选框useCache.setFont(new Font("Arial",Font.PLAIN,16));// 设置字体JRadioButton noUseCache=new...
分类:其他好文   时间:2014-04-30 18:36:19    阅读次数:504
liunx trac 邮件提示功能
http://trac.edgewall.org/wiki/TracNotification官网上提供的方法。个人觉得不是清楚,不过还是有参考价值的。以下写下自己的添加过程,以作记录。1.the[trac] base_urloption must be set intrac.ini.base_url...
分类:其他好文   时间:2014-04-30 14:26:15    阅读次数:365
mysql 常用命令(备忘)
1:使用SHOW语句找出在服务器上当前存在什么数据库:mysql> SHOW DATABASES;2:2、创建一个数据库MYSQLDATAmysql> CREATE DATABASE MYSQLDATA;3:选择你所创建的数据库mysql> USE MYSQLDATA; (按回车键出现Databas...
分类:数据库   时间:2014-04-30 13:09:19    阅读次数:543
计算机图形学研究常用工具软件和代码
Computer Graphics Research SoftwareHelping you avoid re-inventing the wheel since 2009!Last updated December 5, 2012.Try searching this page for keywo...
分类:其他好文   时间:2014-04-29 16:48:47    阅读次数:2528
sql server数据库可疑状态解决方法
前段时间客户数据服务器断电,开机后发现数据库状态标记为可疑,可能是断电引起的数据库日志文件损坏,修复方法如下:只有mdf文件,重建日志: 1 --注:example为测试用数据库,相应的Example_log.ldf为测试用的日志文件 2 use master 3 go 4 alter data.....
分类:数据库   时间:2014-04-29 16:41:46    阅读次数:452
Migration from TF Service to TF Server with the TFS Integration Platform
Are you worried that you will not be able to migrate from http://tfs.visualstudio.com when they start charging for it and you don’t want to pay? Fear ...
分类:其他好文   时间:2014-04-29 10:23:47    阅读次数:496
Hello World!
Hello World!My first blog! I must try my best to learn Python!print ("Hello World")
分类:其他好文   时间:2014-04-29 09:41:46    阅读次数:300
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!