转载自:
http://www.zeitoun.net/articles/samba-over-internet/start
https://www.linux.com/learn/tutorials/296391-easy-samba-setup
首先是在ubuntu上假设samba服务器
转载自:
http://www.zeitoun.net/articles/samba-over-internet/start
https://www.linux.com/learn/tutorials/296391-easy-samba-setup
首先是在ubuntu上假设samba服务器
原文地址:http://www.marksanborn.net/howto/bypass-firewall-and-nat-with-reverse-ssh-tunnel/
原文地址:http://superuser.com/questions/397288/using-cygwin-in-windows-8-chmod-600-does-not-work-as-expected
Try running:
chgrp -R Users ~/.ssh
原文地址: http://stackoverflow.com/questions/17414972/get-ip-address-with-javascript
主要就是这两个网站提供了这样的接口。
补充一个网站:http://freegeoip.net/json/?callback=ip_callback
原文地址: http://voih.blog.163.com/blog/static/1782003462011388023378/
Issue: Cython, msvc9compiler.py: ValueError: [u’path’] for 64bit development environment.
Solution:
1. install the right ver. of Microsoft SDK/VC Compilor:http://www.mathworks.com/support/solutions/en/data/1-6IJJ3L/index.html?solution=1-6IJJ3L
2. Copy VC\bin\vcvars64.bat into VC\bin\amd64\vcvarsamd64.bat where visual studio is installed:
http://bugs.python.org/issue7511
转载自: http://blog.rythdev.com/2012/03/let-pc-wake-automatically-from-suspend-or-hibernation-in-given-time/
■70厘米 ■2尺1 ●26英寸
■74厘米 ■2尺2 ●28英寸
http://www.micmiu.com/lang/java/array-collection-copy/
周末闲来无事,把java中Array和Collection之间相互转换小结了下,顺便对转换过程中涉及到的javabena的copy深度进行了简单的测试,详细内容将按照如下分类分别介绍:
http://blog.csdn.net/kdnuggets/article/details/2526588
众所周知,在程序开发中,难免会遇到需要匹配、查找、替换、判断字符串的情况发生,而这些情况有时又比较复杂,如果用纯编码方式解决,往往会浪费程序员的时间及精力。因此,学习及使用正则表达式,便成了解决这一矛盾的主要手段。