搬家之前

用友ERP-U8安装笔记

Posted in Uncategories, 搬家之前 on 3月 11th, 2009 by 飘(piao2010) – Be the first to comment

小麦(一个PLMM o(∩_∩)o…)说要安装这个软件学习用,安装过程比较繁琐,经过N次尝试终于成功,因此分享给有需要的朋友!转载请保留版权 http://piao2010.com

首先是下载软件u8.70,google N次以后终于有一个能下载的地址,速度也不错

http://ftp.shangyuchem.com/应用软件/用友ERP-U8管理软件(8.70版).rar

(内附破解补丁)

然后准备好环境,因为需要SQLSERVER和IIS支持,而小麦的电脑又是VISTA basic版本的,处理起来比较麻烦, read more »

暧昧 你知道么?

Posted in 搬家之前, 生活琐碎 on 3月 9th, 2009 by 飘(piao2010) – Be the first to comment

转载自百度知道,原来世间还有如此内涵丰富的词语。

暧昧是,
你会常常在MSN(QQ)等他上线,每当他几天没上线,你会开始担心。

暧昧是,
你会不时去留意他的Info看看有没有更新,且留意字里行间,
他对你有没有什么暗示。

暧昧是,
有感觉,然而,这种感觉不足以叫你们切切实实的发展一段正式
的关系。

暧昧是,
明白人生有太多无奈,现实有太多限制,知道不可能,但却又不
舍得放手。

暧昧是,有进一步的冲动,却没有进一步的勇气。

暧昧是,他不是你的情人,但似乎他比你的情人更关心、了解你。

暧昧是,你会编一条围巾给他,但大家从没有开始过。

暧昧是,
虽然他不是你的情人,但他却会对你说:「你对我是十分重要
的。」

暧昧是,你感冒时,有一个会在晚上打电话来,特意提醒你服药
,叫你盖好棉被、早点睡的普通朋友。

暧昧是,
当你遇到问题解决不了,找不到男女朋友的时候,你第一个会想
到的人。

暧昧是,每当他提及他的另一半时,你就会感到万箭穿心。

暧昧是,为了逃避背叛的罪恶感。

暧昧是,
甜津津又同时酸溜溜的,往往从未开始,已叫人不安,患得患失。

暧昧是,别人以为你们在搞地下情时,你会沾沾自喜。

暧昧是,别人问你们是否在恋爱中,你张口结舌。

暧昧是,
常常挣扎表不表白,怕表白之后,既得不到一个情人,又失去了
一个知心好友。

暧昧是,见他到时,你会心跳,见不到时,会挂念他。

暧昧是,
两个人都互相猜测,他是不是已经暗示了什么?我是不是自作多
情?

暧昧是,每天都会聊MSN,间中会互传手机简讯,无规律的偶然约会。

暧昧是,
除了情人节外,在大时大节和生日,大家都会交换礼物。在外地
的时候,你总会记得买礼物给他,他有时煮了甜品,也会预你一份。

暧昧是,你很想多走一步,又怕会吓坏了他。你会很小心流露自己
的感情,忍不住不去着紧他,又怕他知道你着紧。

暧昧是,两个人没有承诺过什么,虽然如此,你愿意付出的,
比有承诺的情侣更多。没有责任,却很渴望去承担,不问回报。

暧昧是,
一瞬间的Disequilibrium。
当供求曲线还在心猿意马地上下移动
时,我们趁机享受如梦初醒前错配的欢愉。
有天,市场的力量会叫云消雾散,或退或进,
在无形之中,暧昧最后只会日暮途穷。

在你最美的时候遇见了谁

Posted in 搬家之前, 生活琐碎 on 2月 28th, 2009 by 飘(piao2010) – Be the first to comment

文章是转载的,觉得挺有哲理的.o(∩_∩)o…

 

世界上有两种可以称之为浪漫的情感,一种叫相濡以沫,另一种叫相忘于江湖,我们需要做的是争取和相爱的人相濡以沫,和次爱的人相忘于江湖,也许不是不曾心动,不是没有可能,只是有缘无份,情深缘浅,我们爱在不对的时间。

回首往事的时候,想起那些如流星般划过生命的爱情,我们常常会把彼此的错过归咎为缘份,其实说到底,缘份是那么虚幻抽象的一个概念。

真正影响我们的, read more »

find命令相关

Posted in FreeBSD, Linux, 搬家之前 on 2月 27th, 2009 by 飘(piao2010) – Be the first to comment
find 其实是一个很有用的工具,且常用的工具。

◎find - walk a file hierarchy  
          在一个档案等级制度中游走 顾名思义 也就是搜寻
◎语法: find  path  operators
                path:路径  operators:运算子(参数)
           
◎operators: 常用的参数如下 (若有疑义请参阅man page 为准
               ★号表示重要… 
       1. -atime n: 用档案存取时间(access)为搜寻条件,n 为数字代表期,
                     单位是24小时。
                     
         ★解:     n不带正负时,表示距今从目前这个期到下个期为止 
                     n为负号时(-),表示距今这个期之前。 read more »

centOS

Posted in Linux, 搬家之前 on 2月 22nd, 2009 by 飘(piao2010) – Be the first to comment

  之前接触的是FreeBSD,最近想学习一下Linux,朋友推荐centOS,于是就打算在服务器上装一个跑跑。

下载安装就不说了,都挺简单的。设置好网络,配置好SSH,基本上和BSD下一致。然后准备安装软件,yum命令听说特别好用,哈哈!首先设置一下,这里采用的是科大的 http://centos.ustc.edu.cn/

步骤一:

 cd /etc/yum.repos.d

mv CentOS-Base.repo  CentOS-Base.repo.save

wget http://centos.ustc.edu.cn/CentOS-Base.repo.5

mv CentOS-Base.repo.5 CentOS-Base.repo

步骤二:

rpm –import http://centos.ustc.edu.cn/centos/RPM-GPG-KEY-CentOS-5

然后yum update一下。

接下来安装软件就爽了。yum install XXX

配置软件的过程和BSD下基本一致,但是yum命令比BSD的ports更快更简单。

 

Sniffit官方文件

Posted in FreeBSD, 搬家之前 on 2月 13th, 2009 by 飘(piao2010) – Be the first to comment

 

官方的文件通俗易懂,相信有需要的朋友们一看就能明白。

#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#
*                         Sniffit V.0.3.7 Beta                                *
#                          By Brecht Claerhout                                #
*                                                                             *
#  This program is intended to demonstrate the unsafeness of TCP (currently)  #
*                 No illegal activities are encouraged!                       *
#                     Please read the LICENSE file                            #
*                                                                             *
#  Sniffit grew a little upon its original intentions and is now              #
*  extended for network debugging (UDP, ICMP, netload, etc.)                  *
#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#
*                          Libpcap library                                    *
#      This product includes software developed by the Computer Systems       #
*           Engineering Group at Lawrence Berkeley Laboratory.                *
#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#

0. Introduction, and some stuff you should know.
        0.1 Credits and contact
        0.2 Compiling
        0.3 License 
1. Programmers notes
 excuses for my incompetence
2. Use of the program
 flags and examples
3. Extra info on use
        3.1 Running interactive mode
 3.2 Forcing network devices   (*READ*)
 3.3 Format of the config file
 3.4 Loglevels
4. The output
 4.1 Normal
 4.2 Logfile
5. IMPORTANT NOTES, READ!
 this also!

——————————————————————————

0. Introduction, and some stuff you should know.
————————————————

0.3.7 (Beta). It has been a while I know. But this year has been a hell, last
year of uni, projects, thesis, …. it didn’t stop. Well that is behind us
now, the most important thing, is that I’m back working on the program again,
and intend to keep on doing it.

I hope you enjoy this beta version. Like always, I removed some bugs. There
is a new ‘logging’ feature. It is now possible to record traffic with
Sniffit and process it later! (it is completely different from the logging
done in the 0.3.6 version, that is known to some hardcore Sniffit users)
Please take a minute to skim through the text and read the passages marked
with a ‘*’, these are the new features.
(Please read BETA-TESTING)

I use the libpcap library developed at Berkeley Laboratory, for easy
porting (Read the licence).

0.1 Credits and contact
———————–

Credits go to (in order of appearance on the Sniffit scene):
    Wim Vandeputte <wvdputte@reptile.rug.ac.be>,
     best friend and UNIX guru, for support, testing and
                   providing me with a WWW site.
    Godmar Back, for fixing that kernel 1.2.X bug (Sniffit 0.1.X).
    Peter Kooiman, of Paradigm Systems Technology for providing read more »

FreeBSD:OpenSSH

Posted in FreeBSD, 搬家之前 on 2月 13th, 2009 by 飘(piao2010) – Be the first to comment

文章参考别人的o(∩_∩)o… 

客户端用密钥方式登陆到 FreeBSD SSH服务器

一、密匙认证原理简介
  密匙认证需要依靠密匙,首先创建一对密匙(包括公匙和私匙,用公匙加密的数据只能用私匙解密),把公匙放到需要远程服务器上,私钥放在客户端。这样当登录远程服务器时,客户端软件就会向服务器发出认证请求;服务器收到请求之后,先在服务器的宿主目录下寻找你的公匙,然后检查该公匙是否是合法,如果合法就用公匙加密一随机数生成所谓 read more »

freebsd:socks5代理服务器

Posted in FreeBSD, 搬家之前 on 2月 12th, 2009 by 飘(piao2010) – Be the first to comment

因为配置很简单,算是原创吧。o(∩_∩)o…

freebsd# whereis socks5
socks5: /usr/local/bin/socks5 /usr/local/man/man1/socks5.1.gz /usr/ports/net/socks5
freebsd# cd /usr/ports/net/socks5

然后make install

完成后/etc/rc.conf 增加一条:socks5_enable=”yes”

配置文件:/usr/local/etc/socks5.conf

#指定SOCKS v5绑定的ip地址和监听的端口。如果不指定绑定的IP将使用0.0.0.0
set SOCKS5_BINDINFC 0.0.0.0:1080
#忽略ident请求。当客户机没有运行identd时,使用SOCKS5_NOIDENT将降低超时值
set SOCKS5_NOIDENT
#指定连接停顿最长时间。超过最大值后, read more »


无觅相关文章插件,快速提升流量