android下拉可选菜单Spinner创建:1, 创建一个HelloSpinner的android project2, 修改main.xml文件: 3, 修改strings.xml文件,添加: Choose a planet Mercury Ve...
分类:
移动开发 时间:
2015-04-02 01:12:59
阅读次数:
292
/* * To change this template, choose Tools | Templates * and open the template in the editor. */package datetest;import java.text.ParseException;impor...
分类:
编程语言 时间:
2015-04-01 07:00:58
阅读次数:
134
eclipse 使用一段时间后,有时会因为一些故障自己就莫名奇妙的关闭了,再打开时有时没有问题,有时有会提示错误 Workspace Unavailable:
Workspace in use or cannot be created, choose a different one.
原因:出现这种情况一般是workspace的配置文件中出现了.lock文件(workspace...
分类:
其他好文 时间:
2015-03-30 16:37:37
阅读次数:
137
公司里用Questa Sim做仿真,其实跟ModelSim差不多,总结常用的命令如下。1 启动vsim -gui2 编译 --VCOMvcom [-2008 | -2002 | -93 | -87] Choose VHDL 2008, 2002, 1993, or 1987 [-explici...
分类:
其他好文 时间:
2015-03-20 18:20:54
阅读次数:
318
#include
using namespace std;
const int maxn = 10000 + 5;
int e[maxn],vis[maxn];
vector primes;
void add_primes() {
memset(vis,0,sizeof(vis));
int m = sqrt(10000+0.5);
for(int i=2;i<=m;i++...
分类:
其他好文 时间:
2015-03-19 18:30:44
阅读次数:
164
有时候,我们需要连续发布同一个分类下的文章,每篇文章都要重新选择分类非常麻烦。下面,我们就用程序来搞定这个问题。add_action('publish_post', 'save_fl' );add_action('admin_footer-post.php', 'choose_a_category_...
分类:
其他好文 时间:
2015-03-19 10:03:56
阅读次数:
139
How do I install XAMPP?Choose your flavor for your linux OS, the 32-bit or 64-bit version.Change the permissions to the installerchmod 755 xampp-linux...
分类:
系统相关 时间:
2015-03-18 11:52:36
阅读次数:
248
<tr> <tdclass="left_nm">广告形式:</td> <tdid="categoryList"> <c:forEachvar="item"items="${typeList}"varStatus="num"> <c:choose> <c:whentest="${item.isChecked==0}"> <inputtype="checkbox"name="models"..
分类:
Web程序 时间:
2015-03-17 18:11:57
阅读次数:
187
如果是JSTL1.1版本,使用
否则的话,如果是JSTL1.0版本,使用,另外需要在项目中导入JSTL和standard两个jar包。
、...
分类:
Web程序 时间:
2015-03-15 16:58:32
阅读次数:
142
Missing styles. Is the correct theme chosen for this layout?
Use the Theme combo box above the layout to choose a different layout, or fix the theme style references....
分类:
其他好文 时间:
2015-03-15 09:24:58
阅读次数:
156