- 博客(16)
- 资源 (2)
- 收藏
- 关注
原创 对于这样的员工,你会怎么做?
有一个年轻的程序员,工作经验虽然不是很多,但是人很聪明,写代码比较快。本以为可以好好培养,在技术上能够在团队中独挡一面。 可惜的是,该员工有如下的特点,最后离职而去,本人也未加挽留。对于这样的员工,你会怎么做? 技术上的完美主义与产品的现实不能平衡。自恃技术甚高,表现傲慢对直接领导缺乏尊重 不能平衡技术上的完美和产品的现实 这一点主要体现在对产品代码业务逻辑一知半解的情况下,认为处处不
2012-06-17 01:37:00
552
转载 wget get the whole directory
$wget \ --no-check-certificate \ ## do not validate the certificate (beware…) --recursive \ ## get the whole content of the directory, including subdirectories if any --no-clobber \ ## don't
2012-06-13 10:55:27
459
转载 how to get the function back trace in php
$log = var_export(debug_backtrace(), true); use variable $log to log in file or what ever
2012-06-12 14:51:47
409
转载 shell utilites
1. why find -exec does not work? http://hi.baidu.com/fulium/blog/item/7968042920212dff98250a29.html
2012-06-08 14:08:49
372
转载 RPM commands
查看RPM包中有哪些文件 rpm -q -filesbypkg -p filename.rpm (or similar) rpm -ql -p filename.rpm 把RPM包中的文件解开放到当前目录 rpm2cpio xxxxx.rpm |cpio -idmv rpm2src if [ "$#" -eq 2 ] then
2012-06-06 14:11:15
308
原创 如何export windows中的环境变量
Windows: SET ROOT=%CD% echo %ROOT% 这样会把ROOT设为当前路径
2012-06-06 11:45:10
7885
转载 cscope and gvim
下载 ----------------------------------- 下载cscope15.6-win32.zip http://hi.baidu.com/zengzhaonong/item/69d9dc325170d4c01a969667 安装 ----------------------------------- 安装很简单,只要将cscope的可执行文件放到PA
2012-06-06 11:25:10
506
转载 windows GUN utilites
http://www.cyberciti.biz/faq/unix-command-line-utilities-for-windows/ Cygwin Cygwin provides native integration of Windows-based applications, data, and other system resources with applicati
2012-05-30 02:47:23
540
原创 cscope +vim configurations
1. setroot #!/bin/sh export ROOT=`pwd` echo "the root is [$ROOT]" export CSCOPE_DB=$ROOT/cscope.out this should be invoked by . setroot 2. cscope cs.sh #!/usr/bin/env bash DBFILE=
2012-05-28 04:17:13
736
转载 Eclipse 快捷键
Eclipse快捷键大全(转载) 看代码: ================================================ 1: 看当前函数的定义 Ctrl + 鼠标左键 --〉回来 Alt + Ctrl + Alt + H -- 调用函数的地方,可是默认跑到定义去了。所以还得使用全局搜寻来看谁调用了这个函数. 2: 该函数的调用者: Ctrl+ H使用全局搜
2012-05-28 01:36:58
404
转载 How to Add Route to TCP/IP Routing Table With Windows Routing And Remote Access Console or DOS Promp
How to Add Route to TCP/IP Routing Table With Windows Routing And Remote Access Console or DOS Prompt http://www.mydigitallife.info/how-to-add-route-to-tcpip-routing-table-with-windows-routing-and-
2012-05-27 18:07:28
1289
转载 Linux Network Configuration
Linux Network Configuration http://www.yolinux.com/TUTORIALS/LinuxTutorialNetworking.html Networking, set-up and administration This Linux tutorial covers TCP/IP networking, network administrat
2012-05-27 16:24:50
5040
转载 How To: Make VirtualBox Use Your Router’s DHCP to get an IP Address in Linux
How To: Make VirtualBox Use Your Router’s DHCP to get an IP Address in Linux http://r3dux.org/2009/09/how-to-make-virtualbox-use-your-routers-dhcp-to-get-an-ip-address-in-linux/ r3dux | Septembe
2012-05-27 14:45:38
1757
转载 NFS mount 花那么多时间,怎么办?
NFS mount 花那么多时间,怎么办? http://nfs.sourceforge.net/ Quick Server Setup Guide Acquire and install a recent distribution of Linux.Set up your /etc/exports file(man exports for details).Consult your
2012-05-27 00:38:42
626
翻译 我忘记了Linux系统的密码,该怎么做?
我忘记了Linux系统的密码,该怎么做? 简单的回答,就是使系统进入单用户模式,或者叫安全模式。 详细的回答,就是介绍如何进入单用户模式。 http://www.cyberciti.biz/faq/linux-reset-forgotten-root-password/ My boot loader is GRUB (see LILO boot loader b
2012-05-27 00:01:01
363
(Harvard business review guides) HBR guide to thinking strategically (2019).pdf
2020-03-25
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅