搜索到与相关的文章
Ubuntu

ubuntu 添加 qq

1.Empathyctrl+alt+t打开终端sudoadd-apt-repositoryppa:lainme/libqqsudoapt-getupdatesudoapt-getinstalllibqq-pidgin经过以上几步,Empathy里面就有QQ了2.Ubuntu12.04安装QQ2012Ubuntu12.04安装QQ2012,下载后请根据自己的机器类型,按照下面的32位或64位安装说明安装新版本更新说明:1.qq版本升级到官方最新qq2012B

系统 2019-08-29 22:55:06 3050

Ubuntu

Ubuntu 用 iBus pinyin 替换scim

如果安装了SCIM,先删除删除scimsudoapt-getremovescim&&sudoapt-getautoremove由于删除会把中文字体也删除所以得再装一遍中文支持,超SB的事情。sudoapt-getinstalllanguage-support-fonts-zh添加以下PPA的安装源echo'debhttp://ppa.launchpad.net/ibus-dev/ppa/ubuntujauntymain'>>/etc/apt/sources

系统 2019-08-29 22:40:13 3050

编程技术

bootstrap tooltips控件学习

文章参考http://outofmemory.cn/bootstrap/tutorial/bootstrap-tooltip-plugin.htmlhttp://v3.bootcss.com/javascript/#popovers-events操作步骤如下:1、引用js和css文件

系统 2019-08-29 22:10:13 3050

编程技术

frame-jacking(clicking jacking, Redress issu

BriefCurrentlythereisavulnerabilityofsomeapplicationwhichistheapplicationcanbeopenedinsideaframe,andtheapplicationdoesnotdetectwhethertheapplicationhasbeenloadedinframes,whichcouldleadtoanattackbywhichusersarepersuadedtoperformsit

系统 2019-08-29 22:08:14 3050

各行各业

storm的安装配置

一、安装Zookeeper1、设置.profile文件:exportZOOKEEPER_HOME=/home/hadoop/streamdata/zookeeper-3.4.5-cdh4.5.0exportPATH=$PATH:$ZOOKEEPER_HOME/bin2、设置zoo.cfg文件:tickTime=2000dataDir=/home/hadoop/streamdata/data/zookeeper/clientPort=2181initLimi

系统 2019-08-12 09:27:39 3050

数据库相关

关于含有标识字段的数据表中记录的插入问题解决

今天碰到一个问题在存储过程里添加一条记录InsertTableName(Field1,Field2,Field3)value(Value1,Value2,Value3);由于TableName中有一个标识字段Field_ID,于是给我返回错误信息无法将NULL值插入Field_ID。非常郁闷,Field_ID是自增长的为什么还要我手动插入呢?缺省情况下IDENTITY_INSERT为OFF,不可显示插入Field_ID的值。最后的勉强的解决办法是:一,Se

系统 2019-08-12 01:53:20 3050

数据库相关

zju 1003. Emergency (25)

http://pat.zju.edu.cn/contests/pat-a-practise/1003最短路代码:#include#include#include#include#include#include#include#include#include#include#include#

系统 2019-08-12 01:51:51 3050

Linux

深入分析 Linux 内核链表

发布日期:2004年8月01日杨沙洲(pubb@163.net)国防科技大学计算机学院简介:本文详细分析了2.6.x内核中链表结构的实现,并通过实例对每个链表操作接口进行了详尽的讲解。原文地址:http://www.ibm.com/developerworks/cn/linux/kernel/l-chain/index.html一、链表数据结构简介链表是一种常用的组织有序数据的数据结构,它通过指针将一系列数据节点连接成一条数据链,是线性表的一种重要实现方式

系统 2019-08-12 01:32:58 3050

Python

crawley 0.2.4 : Python Package Index

crawley0.2.4:PythonPackageIndexcrawley0.2.4PythonicScraping/CrawlingFrameWorkbuiltOnEventletPackageDocumentationFileTypePyVersionUploadedonSize#downloadscrawley-0.2.4.tar.gz(md5)Sourcecrawley0.2.4:PythonPackageIndex

系统 2019-08-12 01:32:38 3050