最近更新了Centos 7 还是有一些不习惯的 给ff安flashplayer插件时,按centos 6.x的方法时都无法成功,后来find了一下,才知道firefox还有一个64bit的文件夹: 解决办法: (之前的步骤一样)进入 http://get.adobe.com/cn/flashplay...
分类:
其他好文 时间:
2015-05-31 13:54:22
阅读次数:
155
RT 不过我会备份一份过来的。等到我水平再高一点的时候再写。现在写的题解,估计除了我也很少有人看。复制去Google翻译翻译结果搜索复制
分类:
其他好文 时间:
2015-05-31 13:56:40
阅读次数:
143
import java.sql.CallableStatement;import java.sql.Connection;import java.sql.PreparedStatement;import java.sql.ResultSet;import java.sql.ResultSetMeta...
分类:
编程语言 时间:
2015-05-31 13:56:19
阅读次数:
177
/*ID: awsd1231PROG: comboLANG: C++*/#include #include#includeusing namespace std;int n, num[2][3];int one() { int a[3] = {0}; for(int i = 0; i != 3; +...
分类:
其他好文 时间:
2015-05-31 13:54:19
阅读次数:
86
/*ID: awsd1231PROG: barn1LANG: C++*/#include#include#includeusing namespace std;int M, S, C, inC[300] = {0}, diffC[300] = {0};int main() { freopen("ba...
分类:
其他好文 时间:
2015-05-31 13:53:46
阅读次数:
117
/*ID: awsd1231PROG: milkLANG: C++*/#include#include#include#includeusing namespace std;const int maxn =5000 + 10;int n, m;struct Pa { int p; int pa;};...
分类:
其他好文 时间:
2015-05-31 13:55:47
阅读次数:
97
/*ID: awsd1231PROG: dualpalLANG: C++*/#include#include#include#includeusing namespace std;const int maxn = 33;int n, s;char mayPal[maxn] = {0};bool is...
分类:
其他好文 时间:
2015-05-31 13:55:04
阅读次数:
66
/*ID: awsd1231PROG: gift1LANG: C++*/#include#include#include#includeusingnamespace std;map nameMoney;string sname[10];int main(){ freopen("gift1.in","...
分类:
其他好文 时间:
2015-05-31 13:54:36
阅读次数:
72
注意:本版本是 Beta 版Release Log:简略、 详细下载地址:Xamarin.VisualStudio_3.11.584.msi(官网)、 度盘。全新安装请参照“安装 Xamarin for Visual Studio”关于Stable 版?主要是我自己要用到AppCompat,最新的稳...
分类:
其他好文 时间:
2015-05-31 13:52:57
阅读次数:
108
目录规范正规项目的SVN目录结构一般有3个文件夹trunk:主干,当前开发项目的主目录branches:分支目录,添加非主线功能时使用,开发测试之后,可以合并到主干项目中tags:标记目录,通常作为重大版本的备份SVN目录使用-案例1.某团队计划开发一款”陌陌”项目2.此项目初期已经有...
分类:
Web程序 时间:
2015-05-31 13:54:15
阅读次数:
111
首先,需要配置AndroidMainfest文件,添加权限 然后注册广播,静态或动态注册都可以。我用的静态注册,在AndroidMainfest中添加 ...
分类:
移动开发 时间:
2015-05-31 13:53:53
阅读次数:
133
一、索引在查询优化中的角色 SQL Server的查询优化器是基于开销的优化器、它通过确认选择性、数据的唯一性以及过滤数据(通过WHERE或JOIN子句)所使用的列来决定最佳的数据访问机制。统计与索引一同存在,但是它们也作为断言的一部分存在于没有索引的列上。 作为谓词引用的列中数据分布的最新信...
分类:
其他好文 时间:
2015-05-31 13:52:53
阅读次数:
122
看到 Walle 所描述的自己的处境(决定:现公司准备另谋出路,还是往前坑里再走一步),不知道自己该怎么走,心里有感,想要把自己的想法表达出来。这样的心态,我也有过,甚至现在也忽隐忽现,凡是什么都是一个过程,过程是痛苦的。我想的是一定很多人也有我们这样的处境。矛盾的状态,经历了就成长了。这样的人生环...
分类:
其他好文 时间:
2015-05-31 13:51:53
阅读次数:
99
/*ID: awsd1231PROG: fridayLANG: C++*/#include#includeusingnamespace std;constint monthDay[12]={31,0,31,30,31,30,31,31,30,31,30,31};int main(){ freopen...
分类:
其他好文 时间:
2015-05-31 13:53:39
阅读次数:
93
使用背景在实际的工作中,我们有的时候会把块元素设置为inline-block,这样做的目的有2个,一是块元素能够排列到一行,二是块元素就形成包裹性,能够自适应content area,而不必设置宽和高(依实际情况而定),在现在浏览器中没有什么问题,但是IE6、7下,当把block元素设置成inlin...
分类:
其他好文 时间:
2015-05-31 13:52:00
阅读次数:
757
/*ID: awsd1231PROG: beadsLANG: C++*/#include#includeusingnamespace std;char necklace[500][2]={0};int num[500]={0};int n;void clearNec(){for(int i =0; ...
分类:
其他好文 时间:
2015-05-31 13:53:12
阅读次数:
102
代码一:function choose(type,color){ var lastindex=-1; var thistype=document.getElementsByTagName(type); for(var i=0;i<th...
分类:
其他好文 时间:
2015-05-31 13:51:01
阅读次数:
127