码迷,mamicode.com
首页 >  
搜索关键字:no source available    ( 19870个结果
数据集的使用
DataSet ds=new DataSet();//创建数据集--就是数据库,在内存中 string sql="select * from studnet"; string connStr="Data Source=.;Initial Catalo...
分类:其他好文   时间:2014-06-11 10:55:17    阅读次数:881
在struts-config.xml中配置validator-plugin导致404 Servlet action is not available
就是在struts-config.xml中添加了这么一段 至于原因。。。不清楚我第一反应是form的action写错了,或者action-mapping配置有问题。。。其实不是,因为我发现以前可以运行的action都不能用了,所以才怀疑到这个上面来
分类:其他好文   时间:2014-06-11 09:13:39    阅读次数:213
The Note of the Paper "Optimal Decoding of Linear Codes for Minimizing Symbol Error Rate"(1)
The paper "Optimal Decoding of Linear Codes for Minimizing Symbol Error Rate", which is the source of the BCJR decoding algorithm, is my current obje....
分类:其他好文   时间:2014-06-11 07:35:20    阅读次数:250
winform网络编程(二)
1.Socket类 (1)常用属性 AddressFamily            获取Socket的地址族 Available                获取已经从网络接收且可供读取的数据量 Connected                获取一个值,该值只是Socket是在上次Send还是Receive操作                          时链接到远程主机...
分类:Windows程序   时间:2014-06-08 14:53:44    阅读次数:378
个人vim配置文件
acm菜鸡必备 1 runtime! debian.vim 2 if has("syntax") 3 syntax on 4 endif 5 if filereadable("/etc/vim/vimrc.local") 6 source /etc/vim/vimrc.local 7 endif 8 "syntax high light 9 synta...
分类:其他好文   时间:2014-06-08 09:45:09    阅读次数:286
[Android]传感器-加速度计-1[转]
/* * Copyright (C) 2011 The Rexsee Open Source Project * * Licensed under the Rexsee License, Version 1.0 (the "License"); * you may not use this file...
分类:移动开发   时间:2014-06-08 07:38:06    阅读次数:363
[Android]Android Tutorial
Android, an open source operating system for mobile devices (Smartphone and tablet), led by Google. The Android SDK provides a set of tools and APIs t...
分类:移动开发   时间:2014-06-08 06:43:07    阅读次数:393
Can You say the what the kd 6 color
There is no denying theWhat The KD 6is among the most widely used athletic shoes available. Because of so many great releases such as the Aunt Gem KD ...
分类:其他好文   时间:2014-06-08 01:12:23    阅读次数:343
How JSP work.
A JSP page exists in three forms:JSP source code:consists of a mix of HTML template code.Java language statements.JSP directives and actions that desc...
分类:Web程序   时间:2014-06-08 00:18:41    阅读次数:523
Windows 7下解决: java.net.SocketException: No buffer space available (maximum connections reached?)
查了一大堆网上的资料全都没用,Google得知,是Windows 7 的socket泄漏 :https://supportkb.riverbed.com/support/index?page=content&id=S23580&actp=LIST_RECENT补丁下载地址: http://suppo...
分类:编程语言   时间:2014-06-07 22:19:32    阅读次数:857
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!