S****h 发帖数: 558 | 1 Second that. For Spring in Action, make sure you get the latest version
with Spring 3.0. Spring's web tier makes a big turn from XML config to
annotation config in 3.0, which is quite significant.
One thing about Spring's own online manual/document. It is good for
reference, not good for reading from scratch. So make sure start from a
book. Spring is huge. For your purpose, just make sure you understand the
core such as IoC. You can skip on Aspect part. Then go directly to
SpringMVC.
O... 阅读全帖 |
|
c******n 发帖数: 4965 | 2 I don't think so
if you check the following simple code
///////////////////////
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class TTT {
private String p ;
public String getP() { return p;}
public void setP(String p) { this.p = p;}
public void fun() {
System.out.println("value" + p);
}
public static void main(String args[]) {
ApplicationContext ctx ... 阅读全帖 |
|
z*******3 发帖数: 13709 | 3 EJB CONTAINER就有必要用到多余的类
她这个太简单用不到而已,CONTEXT还是很好的类
至少在EJB时候常用到这个
另外这个CONFIG FUNCTION,也要看是什么类
她这个用CREATIONAL模式来做,FACTORY之类的
如果是生产中,这种ENTITY要用HIBERNATE等来做
如果是你说的这种,STRATEGY的CONFIG,其实是EJB-JAR.XML |
|
W***o 发帖数: 6519 | 4 java config 是什么意思?是通过xml做config吗?
我现在发现写xml里的配置比较耗时间,有没有简单一点的不用手写xml配置的? |
|
g*****g 发帖数: 34805 | 5 java config就是纯java的config, spring 3.2之后支持的。 |
|
z****e 发帖数: 54598 | 6 哪些config files?
可能你遇到了jboss上的config,比如jpa之类的
jboss现在换名字了,叫wildfly
不过你们都用jboss了,还用spring干嘛
直接用jboss的di
用beans.xml就好了,跟spring是一样的
额外加一个spring反而麻烦,用spring干脆就把jboss干掉
用tomcat好了,jboss其他东西反而重 |
|
|
w****g 发帖数: 597 | 8 (1) 利用GUI方式,安装ntfs-config,然后配置 (GUI方式推荐新手使用)
代码:
sudo apt-get install ntfs-config
(2)利用命令行方式
先查一下你的要挂载的分区的uuid,然后参考/etc/fstab上已有配置的添加新的分区。 |
|
a*******e 发帖数: 3021 | 9 i don't have a xorg.conf now. (/etc/X11)
only after i use system-config-display to manually change display to genetic
LCD 1440x900, it will create a xorg.conf.
Do u want me to do that? (that's what they called xorg-conf-less?)
But it will give me another problem:
once i set 1440x900 using system-config-display, when computer
starts, the gdm login will still be 1024x768, only when i login using normal
user, resulution will be changed to 1440x900. if i logout, it will go back
to 1024x768 a |
|
E*V 发帖数: 17544 | 10 你怎么编译的?。config从哪里的?
有没有make oldconfig?
具体说一下,我从来没有遇到你的那些错误信息,
感觉你的config不太对 |
|
a*****i 发帖数: 4391 | 11
9.10 (Karmic) uses grub2, with config file in /etc/default/grub.
And use
sudo update-grub
updates your grub if you changed the config file. |
|
g****g 发帖数: 1828 | 12 for example, i had some problem with fcitx currently, but the config file
totally mess.
gedit .fcitx/config |
|
g****g 发帖数: 1828 | 13 for example, i had some problem with fcitx currently, but the config file
totally mess.
gedit .fcitx/config |
|
c*****m 发帖数: 1160 | 14
1, 在 .bashrc 里设置 alias gedit='gedit --encoding=gbk .fcitx/config'
这样如果你在命令行下起 gedit xxx.m 文件,就直接用起来了。
2, 编辑 gnome的菜单项gedit ,让它直接跑 gedit --encoding=gbk .fcitx/config
这样在菜单下起gedit,也可以用中文。 |
|
v********9 发帖数: 121 | 15 Ubuntu下面的libboost1.40-all-dev到底对应redhat5.4下面的哪个lib呀?
我下载了整个boost重新装也不对:(
绝望死了
这是我的error message
[root@hpc boost_1_43_0]# ./bootstrap.sh
Building Boost.Jam with toolset gcc... tools/jam/src/bin.linuxx86_64/bjam
Detecting Python version... 2.4
Detecting Python root... /usr
Unicode/ICU support for Boost.Regex?... not found.
Backing up existing Boost.Build configuration in project-config.jam.2
Generating Boost.Build configuration in project-config.jam...
Bootstrapping is done. To build, run:
./b |
|
v*****r 发帖数: 1119 | 16 You can add the following two lines on your client config file (~/.ssh/
config)
Host *
ServerAliveInterval 30 |
|
S*A 发帖数: 7142 | 17 我以前用过一些家庭用的 router 的 DMZ, 不是很喜欢。
主要是 DMZ 里的机器都可以访问家里的 lan 里的机器。
现在很多 router 带的 switch 都有很 fancy 的功能的。
就是可以虚拟子网,可以通过编程把不同的端口虚拟成
接在不同 switch 上面。你看一般 router 带 Wan 的口
一共 5 个端口,其实内部来说那五个端口都是一样的。
是通过编程设置成其中一个是 Wan, 其他四个加上 wireless
连到 switch 上面。把 wan 和 lan 放到不同的 switch
上面是编程设定的。
通过 openwrt 可以设置真正的 DMZ, 就是把其中一个网口
拿出来,单独给一个 switch, 然后单独给一个子网。可以设置
这个子网和家里的机器联通的规则如何。用来做对外开端口的
服务比较好。如果万一那部 DMZ 的机器沦陷了,也不能访问
到家里其他的机器。DMZ 除了做对外的服务的话,家里做
P2P 的机器也可以放到 DMZ 里面。万一 P2P 软件不太老实也
减少危害。而且用 openwrt 之类的 router DMZ 是 free ... 阅读全帖 |
|
S*A 发帖数: 7142 | 18
我不是很明白你要问什么。接口是硬件接口还是 API.
硬件就是普通 Ethernet 啊。Openwrt router 里面根据 MAC 给个 static ip。
就是照片里面那根白色的网线,还需要什么借口啊。
API 就是普通的 form data, HTTP 协议里面规定的那样。
这个服务有自己的 config file. config file format 我好像以前 post
过的。 |
|
S*A 发帖数: 7142 | 19 对 nvram 在 mtd4. 但是使用情况不一样。把 boot loader 和 linux
使用的 config file 分开但让是好事。你一定要说 crash boot loader
和 crash firmware 风险是一样的那我没有什么话好说了。
人家专门从 nvram 上把 config file 移出来的都是胡扯蛋的东西。
只有你和你的朋友厉害。 吵架你在行,既然都不是讨论技术的东西,
我怕了你还不成? |
|
bz 发帖数: 1770 | 20 都什么东东在rootfs_data和rootfs里面呢?
如果CONFIG给设错了,KERNEL起不来,这个时候怎么RESET FACTORY SETTINGS?
FLASH WEARING其实不是什么考虑因素,毕竟除了真的DEVELOPER做调试,谁会那么多次
写FLASH呢?坛子里讨论到底为什么要用CONFIG FILE? |
|
c********g 发帖数: 1173 | 21 【 以下文字转载自 Hardware 讨论区 】
发信人: cosmorning (Sleeping pig), 信区: Hardware
标 题: Netgear VPN router 设置求助!$40 paypal.
发信站: BBS 未名空间站 (Mon Mar 14 00:28:32 2011, 美东)
给朋友帮个忙,有谁能设置好的话$40酬劳。对懂行的人来说可能就是二十分钟的事。
请发站内邮箱联系。
We need help to setup a Netgear VPN router. This could be a very easy task
for somebody who knows it. We
are willing to pay $40 through payapl.
The router's model is FVS336GV2 (ftp://downloads.netgear.com/files/FVS336Gv2
_RM_14_April10v.pdf). The
details are:
1. The router only connects to o... 阅读全帖 |
|
S*A 发帖数: 7142 | 22 据说 ubuntu 的 installkernel script 是 broken 的。
FC 上面我一直是:
cp /boot/config-xxxx .config
make oldconfig
make
make modules_install
make install
就可以了。
ubuntu 据说 installkernel script 不好用那个要自己生成
initrd, 多打一行。 |
|
b*****l 发帖数: 9499 | 23 另外,怀疑是不是显卡驱动或者 xorg.conf 的问题
$lspci | grep VGA 的结果是
0a:03.0 VGA compatible controller: Matrox Graphics, Inc. MGA G200eW WPCM450
(rev 0a)
/etc/X11/xorg.conf 是用 Xorg -configure 生成的。。。
/var/log/gdm3/:0-greeter.log 的内容是:
gnome-session[28930]: atk-bridge-WARNING: AT_SPI_REGISTRY was not started at
session startup.
gnome-session[28930]: atk-bridge-WARNING: IOR not set.
gnome-session[28930]: atk-bridge-WARNING: Could not locate registry
** (:28938): DEBUG: Client registered with session manage... 阅读全帖 |
|
S*A 发帖数: 7142 | 24 你大概缺乏什么 driver 吧。
最简单就是吧 FC15 的 kernel config copy 到自己的 linux/.config.
make oldconfig
make
make modules_install
make install
reboot |
|
f********1 发帖数: 1601 | 25 其实硬件没有变化呀
FC15的kernel config哪里能找到? 如果我不加FC15的kernel patch, 这个kernel
config
还能用么? |
|
xt 发帖数: 17532 | 26 嗯,很古老,但是工作需要啊。
我已经解决了:
下载source之后,
make oldconfig 把原有的kernel的config复制过来;
make xconfig,把复制过来的./.config 导入,看看有没有问题;
make modules
make install_modules
make rpm
rpm -ivh ...
mkinitrd
然后用yast,添加一个新的boot configuration
这样就既保留了原有的kernel,又update了新的kernel |
|
N****w 发帖数: 21578 | 27 haha 装 kernel 3.0 吧
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.gi
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/
rt2x00/Kconfig
index e7e361e..d7e27b3 100644 (file)
--- a/drivers/net/wireless/rt2x00/Kconfig
+++ b/drivers/net/wireless/rt2x00/Kconfig
@@ -96,15 +96,12 @@ config RT2800PCI_RT35XX
config RT2800PCI_RT53XX
bool "rt2800-pci - Include support for rt53xx devices (EXPERIMENTAL)"
depends on EXPERIMENTAL
- default n
+ def... 阅读全帖 |
|
S*A 发帖数: 7142 | 28 那是对你刚开始的那几个 window 啊,其他临时的还是可以继续 tile.
为什么说 xmonad 不如 sawfish configurable 呢? sawfish 是 lisp
写的, xmonad 是 haskell 写的。大家都是纯 function language.
xmonad 的 config file 就是 hashell, 所有的东西都可以 config.
在这一点上这两个很相像。 |
|
S*A 发帖数: 7142 | 29 那是对你刚开始的那几个 window 啊,其他临时的还是可以继续 tile.
为什么说 xmonad 不如 sawfish configurable 呢? sawfish 是 lisp
写的, xmonad 是 haskell 写的。大家都是纯 function language.
xmonad 的 config file 就是 hashell, 所有的东西都可以 config.
在这一点上这两个很相像。 |
|
b**r 发帖数: 352 | 30 lighttpd is pretty easy, most of the time default config will work.
but if you don't even know what 127.0.0.1 is, it's a little bit challenging
1. make sure your linux box's network is setup properly
hint: what's the output of ifconfig?
2.try ping your linux box from PC
3.use default lighttpd config, restart your lighttpd
3.type in ip address of your linux box in browser address bar. |
|
n******h 发帖数: 2544 | 31 请问一下,在RHEL 5.6平台,这个驱动怎么装啊?
checking for XORG... no
configure: error: Package requirements (xorg-server >= 1.6 xproto fontsproto pixman-1 >= 0.16 ) were not met:
No package 'xorg-server' found
No package 'pixman-1' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables XORG_CFLAGS
and XORG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details. |
|
z***e 发帖数: 5393 | 32 我的意思是,我在macbook上安装一堆软件用来开发,现在要在server上做同样的配置
,但是发现centos用yum安装之后,文件目录的位置和mac上差很远,很难直接用同样的
设置。如果想简单点,mac上怎么config的,linux上也用同样的config(主要就是些
path啊之类的),那么用哪种linux distribution最方便?
thx. |
|
d*******0 发帖数: 113 | 33 日志如下:请达人不吝赐教!
谢谢!
* Installing *source* package 'glmnet' ...
This package requires a fortran 90 compiler. We assume
that your fortran 90 environment is set up appropriately.
Reference: Section on 'Using F95 code' in R-exts manual.
R configured for gfortran...
configure: creating ./config.status
config.status: creating src/Makevars
** libs
gfortran -fdefault-real-8 -ffixed-form -fpic -g -O2 -c newermultGLMnet.f90 -
o newermultGLMnet.o
gfortran -shared -L/usr/local/lib64 -o glmnet.so newermultGLMn... 阅读全帖 |
|
w*s 发帖数: 7227 | 34 【 以下文字转载自 Programming 讨论区 】
发信人: wds (净洗前尘,从头再来), 信区: Programming
标 题: segmentation fault as soon as entering 1 function in the arm processor board
发信站: BBS 未名空间站 (Sat Dec 15 22:20:01 2012, 美东)
Hi everyone,
i'm lost on this one, can someone give me some hints ?
1. downloaded latest stunnel package from web
2. build in the host linux and runs fine
3. build for arm target (am using the same settings from before,
my task is to upgrade to latest stunnel)
4. builds ok, when run in arm board, seg fau... 阅读全帖 |
|
k***s 发帖数: 277 | 35 This is a strange issue here.
Dell D5150, with IDE NEC 3550A DVD burner as hda.
With Debian 6 X86_64, kernel 2.6.32-5-amd64, I can not burn or read DVD.
when try to mount a dvd as 'mount /dev/dvd /mnt/cdrom', I got error message
mount: you must specify the filesystem type
and using growisofs to burn DVD-R, also failed. (it can not identify the
media disk)
this burner is detected as /dev/sr0
kernel config related to IDE
CONFIG_HAVE_IDE=y
CONFIG_IDE=m
CONFIG_IDE_XFER_MODE=y
CONFIG_IDE_ATAPI=y
# CO... 阅读全帖 |
|
d********g 发帖数: 10550 | 36 tmux至少还在维护,screen没啥动静。tmux有个sample config是模仿screen的快捷键
,我一般就用那个。说起来这个sample config当年还有typo,是我去给fix的 |
|
b*s 发帖数: 82482 | 37 vi作系统管理时候用来手工配置config的时候还是不可或缺的,可以在最简单的环境里
面运行,emacs要求高多了……
不过如今手工配置config文件的人很少了……
True, when I used UNIX such as HP-UX and Solaris, there is no vim, only vi
is available as the default editor. vi is the only editor universally
available on all UNIX systems. |
|
k*****r 发帖数: 21039 | 38 装了:
Set up Fcitx for Chinese and Japanese language input on Ubuntu Trusty 14.04
fcitx.pngAfter recently upgrading to Ubuntu 14.04 Trusty Tahr (LTS), I
decided to give Fcitx, the default input method framework on Ubuntu’s
Chinese sister project Ubuntu Kylin, a try and I was pleasantly surprised.
Not only is Fcitx rock-solid and actively developed, it also offers input
methods for Japanese, Korean, Vietnamese and a bunch of other languages in
addition to the default Chinese input methods. Here is ... 阅读全帖 |
|
N*******l 发帖数: 77 | 39 已经解决了,原来是少装了 im-config。装im-config运行后选ibus输入就好了。网页
楷体也通过firefox设置可以改成宋体。 |
|
N*******l 发帖数: 77 | 40 我把整个过程贴一下,万一以后有别人也碰到类似问题:
1. sudo dpkg-reconfigure locales
Add zh_CN GB2312, zh_CN_GBK, zh_CN.UTF-8
2. install chinese fonts
3. install ibus
4. install ibus-rime or whatever we want to try
5. add rime input method in ibus setting
6. install im-config
7. run im-config and select ibus as the input method
8. when rime input is active, + <`> to set traditional -> simplified
Chinese output conversion |
|