摘要:
如何使用js让html该文本是不可选定它?首先想到的是用css选择实现,如下面:-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user... 阅读全文
posted @ 2015-07-20 19:52
mfrbuaa
阅读(1145)
评论(0)
推荐(0)
摘要:
先说一下我的环境一个ubuntu虚拟机,一个apache2.2示例两tomcat1.7示例1.安装apacheserversudo apt-get install apache2假设要重新启动的话,执行命令:sudo /etc/init.d/apache2 restartubuntu下的apache... 阅读全文
posted @ 2015-07-20 19:21
mfrbuaa
阅读(450)
评论(0)
推荐(0)
摘要:
为了提高linux图形性能并降低功耗,独特的文章。我用的系统Fedora 20 Xfce x64,在安装驱动程序,以确保系统是最新的版本号。最好安装gcc、kernel-devel和其他包。己主动安装。---安装intel集显驱动,能够自行去intel官网查找,或者直接訪问https://01.or... 阅读全文
posted @ 2015-07-20 16:50
mfrbuaa
阅读(5144)
评论(0)
推荐(0)
摘要:
S3C2416裸机开发系列19Fatfs播放录像wav音频文件国际象棋男孩 1048272975多媒体资源,一般都是以文件的形式存储在固化存储器中。Fatfs所支持的fat32为windows支持的文件系统,因此在嵌入式系统中採用Fatfs文件系统可极大地扩展系统的应用。比如,把计算机上图片。音频,... 阅读全文
posted @ 2015-07-20 15:25
mfrbuaa
阅读(533)
评论(0)
推荐(0)
摘要:
#include "stdafx.h"#include #include using namespace std;bool testsymmetry(int n){ int temp; bool flag=false; deque s; while(1) { temp=n%10; s.push_... 阅读全文
posted @ 2015-07-20 14:24
mfrbuaa
阅读(213)
评论(0)
推荐(0)
摘要:
本文来自我的个人博客:java 正则表达式提取html纯文本做内容的大家都知道,从html中直接提取纯文本是一个非常大的问题。现将我做的正则匹配贴上:importjava.util.regex.Matcher;importjava.util.regex.Pattern;publicclassTest... 阅读全文
posted @ 2015-07-20 13:00
mfrbuaa
阅读(6480)
评论(0)
推荐(0)
摘要:
OpenCV2.4.9 API Referencehttp://docs.opencv.org/modules/refman.html 版权声明:本文博客原创文章,博客,未经同意,不得转载。 阅读全文
posted @ 2015-07-20 12:16
mfrbuaa
阅读(372)
评论(0)
推荐(0)
摘要:
意甲冠军:一群奶牛去的地方。去回,然后回去寻找最伟大值。题解:两遍最短路,结束。邻接矩阵存边能够避免建反图。#include #include #include #define N 1005#define inf 0x3f3f3f3fusing namespace std;int map[N][N... 阅读全文
posted @ 2015-07-20 11:11
mfrbuaa
阅读(181)
评论(0)
推荐(0)
摘要:
一个、一个简单的制作过程(实际工程中不建议这样的方式,不要只展示所用原理的理解)在AppDelegate.m在:- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *... 阅读全文
posted @ 2015-07-20 10:07
mfrbuaa
阅读(232)
评论(0)
推荐(0)
摘要:
流程模型:线程模型:线程的创建和运行流程#include int pthread_create(pthread_t * restrict thread, const pthread_attr_t * restrict attr,void * (* start_routine)(voi... 阅读全文
posted @ 2015-07-20 08:47
mfrbuaa
阅读(186)
评论(0)
推荐(0)
浙公网安备 33010602011771号