由买买提看人间百态

topics

全部话题 - 话题: inital
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
a*t
发帖数: 1792
1
来自主题: CellularPlan版 - Shadowsocks 翻墙教程 (转载)
还有更简单的,国内有人已经写好了一键安装包,
https://teddysun.com/357.html
默认配置:
服务器端口:自己设定(如不设定,默认为 8989)
客户端端口:1080
密码:自己设定(如不设定,默认为teddysun.com)
客户端下载:
https://github.com/shadowsocks/shadowsocks-windows/releases
使用方法:
使用root用户登录,运行以下命令:
wget --no-check-certificate https://raw.githubusercontent.com/teddysun/
shadowsocks_install/master/shadowsocks-libev.sh
chmod +x shadowsocks-libev.sh
./shadowsocks-libev.sh 2>&1 | tee shadowsocks-libev.log
安装完成后,脚本提示如下:
Congratulations, Shadowsocks-libev install completed!
Your Ser... 阅读全帖
l**********g
发帖数: 6198
2
来自主题: RuralChina版 - 撞元妹,撞元妹,紧急求助哇
hitdollar没在
你马甲太多了,也不知道是在上哪一个。。。。
"guess the number"我有个地方卡住了
need help~~~
别的都可以,就是那个还有几次可以猜,插不进。。。。
单独这个函数我会写,不过不知道在哪里插,老是报错啊
一个多小时就要交了,实在想不出来
如果你在1点前看到了,贴出来给我参考下?~~~ 哈哈(我明早起来删掉,不会占用版
面的)
帖子里回复,领导在旁边,不敢一直上账号lol
我的code如下:
import simplegui
import random
import math
# initialize global variables used in your code
secret_number=0
guess_number=0
num_range=100
# define event handlers for control pane
def init():


global guess_number
print "Guess was",guess_number



# button that c... 阅读全帖
e********r
发帖数: 2352
3
来自主题: JobHunting版 - Epic Written Interview
在本地的考试中心预约的上机考试。考试有三个部分,1.数学题,2.给出一种新的编程
语言的语法,回答相应问题,3. Programming Test 要求速度和准确性both important
Programming test 答得不好,肯定不行了,把面试题发上来让大家做做。做了3个半小
时,快累死了。
数学题基本上就是脑筋急转弯,举几个例子
1. You have three kinds of magazines, all but two are Times, all but two are
Science, all but two are Nature. How many magazines in total do you have?
3 books
2. Only one of the answers is true
A. All of the below are true
B. All answers are true
C. One of the above is true
D. All of the above are true
E. None of the above ar... 阅读全帖
k**********i
发帖数: 36
4
►►►Regular Expression Matching
Implement regular expression matching with support for '.' and '*'.
'.' Matches any single character.
'*' Matches zero or more of the preceding element.
The matching should cover the entire input string (not partial).
The function prototype should be:
bool isMatch(const char *s, const char *p)
Some examples:
isMatch("aa","a") → false
isMatch("aa","aa") → true
isMatch("aaa","aa") → false
isMatch("aa", "a*") → true
isMatch("aa", ".*") → true
isMatch... 阅读全帖
d**********o
发帖数: 1321
5
来自主题: WebRadio版 - 潜水员冒泡兼征版友意见
hw3 & hw3b 最终结果
贴一个自己 hw3b 的 match 结果让小伙伴们感受一下我们作业需要的结果是什么样子
的。
如果是同专业的小伙伴,最后拷贝到编辑器中仔细看一下,这个网页因为宽度有限,让
并排两列的比较呈现出来的很变形。
=================================================
Output of Building User Code
Explode the tar
c-.l
c-.y
makefile
scanType.h
symtab.h
symtab.c
20131116163236-(me~~)-CS445-F13-A3B.tar: POSIX tar archive (GNU)
Tests: directory
c-.l: lex description text
c-.y: lex description text
... 阅读全帖
d**********o
发帖数: 1321
6
来自主题: WebRadio版 - 潜水员冒泡兼征版友意见
hw3b deadline前版本
这里我也先公开承认一下自己早前犯过的错误,在这个楼的第 14 页、第 265 楼,我
有贴出自己的hw3b,但现在我必须向亲爱的读者一一您公开道歉。因为当时因为着急,
我没能找到hw3b deadline前的版本,就把这次作业后来的最终版本(也就是那个楼贴
出来的,只剩下ReturnK、CompoundK两条小尾巴的版本,那个版本被我改动了时间戳我
现在已经把它改回来了。相比于急于求成绩,我更希望自己作一个诚实的人,希望大家
能原谅)给贴出来了。因为我们作业deadline之后也还都是可以接着交的,所以任何作
业,老师都是可以根据后来的版本,追终到这个学生的最后进展的,这个最新进展老师
到底给不给分、就要看老师如何下决定了。
deadline前的版本,被我附在下面了。
当然,把自己的这个版本更新后,我愿为这个楼(这一次出来写的所有)属于自己的每
个贴子负责,所有写出来的,都是真实发生过的事。
=================================================
Output of Building User Code
Ex... 阅读全帖
d**********o
发帖数: 1321
7
来自主题: WebRadio版 - 潜水员冒泡兼征版友意见
hw3 & hw3b 最终结果
贴一个自己 hw3b 的 match 结果让小伙伴们感受一下我们作业需要的结果是什么样子
的。
如果是同专业的小伙伴,最后拷贝到编辑器中仔细看一下,这个网页因为宽度有限,让
并排两列的比较呈现出来的很变形。
=================================================
Output of Building User Code
Explode the tar
c-.l
c-.y
makefile
scanType.h
symtab.h
symtab.c
20131123233236-(me~~)-CS445-F13-A3B.tar: POSIX tar archive (GNU)
Tests: directory
c-.l: lex description text
c-.y: lex description text
... 阅读全帖
d**********o
发帖数: 1321
8
来自主题: WebRadio版 - 潜水员冒泡兼征版友意见
hw3b deadline前版本
这里我也先公开承认一下自己早前犯过的错误,在这个楼的第 14 页、第 265 楼,我
有贴出自己的hw3b,但现在我必须向亲爱的读者一一您公开道歉。因为当时因为着急,
我没能找到hw3b deadline前的版本,就把这次作业后来的最终版本(也就是那个楼贴
出来的,只剩下ReturnK、CompoundK两条小尾巴的版本,那个版本被我改动了时间戳我
现在已经把它改回来了。相比于急于求成绩,我更希望自己作一个诚实的人,希望大家
能原谅)给贴出来了。因为我们作业deadline之后也还都是可以接着交的,所以任何作
业,老师都是可以根据后来的版本,追终到这个学生的最后进展的,这个最新进展老师
到底给不给分、就要看老师如何下决定了。
deadline前的版本,被我附在下面了。
当然,把自己的这个版本更新后,我愿为这个楼(这一次出来写的所有)属于自己的每
个贴子负责,所有写出来的,都是真实发生过的事。
=================================================
Output of Building User Code
Ex... 阅读全帖
p********f
发帖数: 41
9
来自主题: Database版 - cloudview 3.0 and java 1.4 compatible?
I'm trying to use cloudscape 3.0 (the one bundled with J2EESDK 1.2) under
latest Java 2 V1.4. The database is OK, but I cannot use Cloudview. It
displays sth like:
at com.inprise.jbcl.view.TreeView.setOpaque(TreeView.java:213)
at javax.swing.JScrollPane.(JScrollPane.java:266)
at javax.swing.JScrollPane.(JScrollPane.java:313)
at com.inprise.jbcl.view.TreeView.(TreeView.java:22)
at com.inprise.jbcl.control.TreeControl.(TreeControl.java:22)
Seem to be related to Swing versio
J*******n
发帖数: 2901
10
来自主题: Java版 - 报offer咯
有一点我是同意你的看法的,继承关系慢慢地在被annotation/injection based API所
替代,现在有些开源的技术,因为要应对大量用户各种各样不同的需求,这时候对灵活
性的要求非常高,如果还要求用户必须继承抽象类甚至实体类是有一些不必要的限制的
。而在大多数不要求应对大量用户需求的Java项目,继承关系还是非常简单直观的一种
实现方式,尽量减少层次当然是好的,但从接口到实体类,3-5层的继承不至于会变得
多shitty,代码得到了很好的reuse,要改起来也方便
我这个abstract class的实例是经过一些简化的,因为我以为你只是要我举个简单的例
子然后展示一下怎么转换成annotation based,结果获得了一些关于我API设计的评论
。。
关于abstract class命名,我这个AbstractComponentPresenter还implement了好几个
接口,比如Configurable,HasConfigurationChangeEventHandlers,
HasStateChangeEventHandlers,ComponentConst... 阅读全帖
s******e
发帖数: 493
11
来自主题: Java版 - 关于singleton
Basically there are three ways to create singleton: lazy init, eager init
and holder pattern.
Both of eager init and holder pattern depend on JVM class loading process to
guarantee the singleton. The holder pattern was introduced in trying to
avoid
creating a singleton unnecessarily in the case of the eager
initialization.
For lazy init, no matter using doubly checked lock or not, you can both
create a singleton if you use it correctly. The reason trying to introduce
doubly checked lock was to r... 阅读全帖
t**********s
发帖数: 930
12
【 以下文字转载自 Programming 讨论区 】
发信人: tennisalways (tennisforever), 信区: Programming
标 题: Spring + Jersey 的 REST API, servlet context 能看到 Spring 的 root application context 里的bean吗?
发信站: BBS 未名空间站 (Fri Oct 9 17:57:56 2015, 美东)
比如这样的 web.xml

contextConfigLocation
/WEB-INF/root-context.xml



org.springframework.web.context.ContextLoaderListener
阅读全帖
l*******G
发帖数: 1191
13
来自主题: Linux版 - linux有没有类似logmein的软件
found ajaxterm a good thing if you just want to have a terminal through a webpage, i.e. you'll be able to use ssh to your server from anywhere with internet (such as public library, even if they block 22, 443, etc ports and only allow 80)
Complete Guide: http://mewbies.com/how_to_install_ajaxterm_tutorial.htm
My simple guide:
1. Install:
# Change SSH server configuration to make sure PasswordAuthentication is yes
sudo sed -i s:PasswordAuthentication.*:PasswordAuthentication yes: /etc/ssh/
sshd_... 阅读全帖
l*******G
发帖数: 1191
14
来自主题: Linux版 - 推荐ajaxterm
推荐ajaxterm:
Found ajaxterm a good thing if you just want to have a terminal through a
webpage, i.e. you'll be able to use ssh to your server from anywhere with
internet (such as public library, even if they block 22, 443, etc ports and
only allow 80)
Complete Guide:
http://mewbies.com/how_to_install_ajaxterm_tutorial.htm
My simpler guide (ubuntu)
1. Install:
# Change SSH server configuration to make sure PasswordAuthentication is yes
sudo sed -i s:PasswordAuthentication.*:PasswordAuthentication... 阅读全帖
l*******o
发帖数: 250
15
来自主题: Programming版 - vert.x就是一个小型的eai
not every time, but happened several times at least. Only got issues with
this site.
C:\dev\vert.x>gvim bin\vertx.bat
C:\dev\vert.x>vertx run Server.java
"C:\Java\jdk1.7.0_45/bin/java.exe" -Djava.util.logging.config.file="c:\
dev\vert.x\bin\..\conf\logging.properties" -Dvertx.home="c:\dev\
vert.x\bin\.." -Dvertx.clusterManagerFactory="org.vertx.java.spi.cluster.
impl.hazelcast.HazelcastClusterManagerFactory" -classpath ";c:\dev\
vert.x\bin\..\conf;c:\dev\vert.x\bin\..\lib\*" org.vertx.java.... 阅读全帖
C*****n
发帖数: 1049
16
来自主题: Programming版 - 出道面试题
这道题我在snapchat onsite的时候也遇到了,以前没见过,当时只给出了dfs的解。
现在给出dfs和dp的解,可能有bug,没做深度测试。
#include
#include
using namespace std;
//basically we can use a dfs to solve the problem
bool jumpDfs(vector & stone_pos, int pos, int speed) {
int n=stone_pos.size();
if(pos==n-1) return true;
if(!stone_pos[pos] || pos>=n || speed<1) return false;
for(int s=speed-1; s<=speed+1; ++s) {
if(jumpDfs(stone_pos,pos+s,s)) return true;
}
return false;
}
//assume init_spee... 阅读全帖
t**********s
发帖数: 930
17
比如这样的 web.xml

contextConfigLocation
/WEB-INF/root-context.xml



org.springframework.web.context.ContextLoaderListener



REST-V1
com.sun.jersey.spi.spring.container.servlet.SpringServlet


contextConfigLocation... 阅读全帖
d******e
发帖数: 2265
18
来自主题: Security版 - linux 分区stratety
hi
有一个初级问题麻烦诸位牛人.
我想吧我的系统变的更安全,但是可能没有时间总去watch log
和验证文件完整性.在网上看到一个建议就是
把下面分区mount 成read only
/sbin
/lib
/usr
/boot
所以我试图把系统分了上面几个分区, /是另外的分区
结果我的suse就起不来了. error是kernel
panic, no init found.
我知道在启动时,药用/sbin/init和/etc/init??
/bin/sh,其中/sbin/init不在 /上
但是,有什么方法可以是我的分区策略奏效呢?
我想可能是有的.
d********g
发帖数: 10550
19
因为楼主没有写全,这两个脚本一个是启动asterisk一个是启动gui的,楼主漏了gui的
脚本,也漏了另外一个执行/opt/etc/init.d下文件的脚本。gui脚本漏了无所谓,
S51astadmin也可以不要,不过执行init.d下文件的脚本漏了是肯定没办法把asterisk
启动起来的。具体参考原始地址:
http://www.fivn.com/products/asterisk.html
要简单就直接在router里用/opt/sbin/asterisk -q,知道怎么写bash脚本可以把
S50asterisk那个拿来参考,里面也是用asterisk -q启动的,只是多了自动备份和恢复
一些数据的功能,可要可不要
最简单的启动脚本写在router里即可(假设optware装在/jffs/opt,同时挂在/opt):
if [ ! -d /opt/etc ]; then
mount -o bind /jffs/opt /opt
/opt/sbin/asterisk -q
fi
这个主要是检查一下/opt是否已经mount了,不然router不稳定的情况会触发好多次
... 阅读全帖
d********g
发帖数: 10550
20
因为楼主没有写全,这两个脚本一个是启动asterisk一个是启动gui的,楼主漏了gui的
脚本,也漏了另外一个执行/opt/etc/init.d下文件的脚本。gui脚本漏了无所谓,
S51astadmin也可以不要,不过执行init.d下文件的脚本漏了是肯定没办法把asterisk
启动起来的。具体参考原始地址:
http://www.fivn.com/products/asterisk.html
要简单就直接在router里用/opt/sbin/asterisk -q,知道怎么写bash脚本可以把
S50asterisk那个拿来参考,里面也是用asterisk -q启动的,只是多了自动备份和恢复
一些数据的功能,可要可不要
最简单的启动脚本写在router里即可(假设optware装在/jffs/opt,同时挂在/opt):
if [ ! -d /opt/etc ]; then
mount -o bind /jffs/opt /opt
/opt/sbin/asterisk -q
fi
这个主要是检查一下/opt是否已经mount了,不然router不稳定的情况会触发好多次
... 阅读全帖
b*****n
发帖数: 2324
21
来自主题: Military版 - est