首页 > 2015年04月22日 > 全部分享
Maven导入本地Jar总结
导入命令:mvninstall:install-file参数:-DgroupId=包名-DartifactId=项目名-Dversion=版本号-Dpackaging=jar 文件打包类型-Dfile=path/xxx.jar 文件所在路径 -DgeneratePom=true 为导入的文件生成po...
分类:编程语言   时间:2015-04-22 10:58:48    收藏:0  评论:0  赞:0  阅读:221
网站建站流程
网站建站主要有五大步骤:(1)注册网站域名; (2)开通网站主机(网站空间); (3)网站域名解析和网站主机绑定; (4)安装建站程序; (5)完善网站内容。第一步:注册网站的域名简单来说网站域名就是网络地址,通常我们简称“网址”,就是当我们要访问一个网站的时候输入的一个网络地址,这个网络地址就叫....
分类:Web开发   时间:2015-04-22 10:58:39    收藏:0  评论:0  赞:0  阅读:236
js_css_dl.dt实现列表展开、折叠效果
展开、折叠 显示条目1 展开内容1.1 展开内容1.2 展开内容1.3 展开内容1.4 展开内容1.1 展开内容1.2 展开内容1.3
分类:Web开发   时间:2015-04-22 10:58:18    收藏:0  评论:0  赞:0  阅读:262
折半查找的实现(1010)swust-oj
Description编写程序实现折半查找算法。Input第一行是查找表的长度n(11usingnamespacestd;inta[1000];voidsearch(intleft,intm,intright){intmid;inttemp=0;while(leftm)right=mid-1;els...
分类:其他   时间:2015-04-22 10:58:08    收藏:0  评论:0  赞:0  阅读:336
System.Threading.Tasks.Task 任务引起的IIS应用程序池崩溃
转载:http://www.cnblogs.com/aaa6818162/p/4421305.html问题现象IIS应用程序池崩溃(Crash)的特征如下:1. 从客户端看,浏览器一直处于连接状态,Web服务器无响应。2. 从服务器端看(Windows Server 2008 + IIS 7.0),...
分类:其他   时间:2015-04-22 10:57:59    收藏:0  评论:0  赞:0  阅读:482
UVa 10375 Choose and divide【唯一分解定理】
题意:已知C(m,n)=m!/(n!(m-n)!),求C(p,q)/C(r,s)因为C(p,q)/C(r,s)可以化简成(p!(r-s)!(s!))/(q!(p-q)!r!)然后就可以用唯一分解定理,算出这个式子中分别的素数的个数 再乘起来就可以了 1 #include 2 #include ...
分类:其他   时间:2015-04-22 10:57:48    收藏:0  评论:0  赞:0  阅读:213
solr的multivalued使用说明
solr的schema.xml配置文件在配置Filed的时候,有个属性:MutiValued:true if this field may containmutiple values per documents,这个说明有点模糊,下面结合实际应用,列举两个不同的例子。例子一:一个field有多个值,...
分类:其他   时间:2015-04-22 10:57:29    收藏:0  评论:0  赞:0  阅读:271
TED_Topic4:How I fell in love with quasars, blazars and our incredible universe
By Jedidah Isler# Background about our speakerJedidah Isler studies blazars(耀变天体) — supermassive hyperactive black holes(特大质量、极度活跃的黑洞) that emit power...
分类:其他   时间:2015-04-22 10:57:18    收藏:0  评论:0  赞:0  阅读:280
Spring入门学习(一)
Spring的主要功能是控制反转和面向切面编程,下面我们就来编写第一个spring的程序来体验一下控制反转首先是加载配置文件下面我们在程序中加载配置文件ApplicationContext ac = new ClassPathXmlApplicationContext("spring.xml");然...
分类:编程语言   时间:2015-04-22 10:56:48    收藏:0  评论:0  赞:0  阅读:108
attempt to create delete event with null entity
解决办法:删除之前判断是否为空if(Object != null){ session.delete(Object); }
分类:其他   时间:2015-04-22 10:56:39    收藏:0  评论:0  赞:0  阅读:182
ios UITableview 刷新某一个cell 或 section
iosUITableview刷新某一个cell或section//一个section刷新 NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:2]; [tableview reloadSections:indexSet withRowAnima...
分类:移动平台   时间:2015-04-22 10:56:28    收藏:0  评论:0  赞:0  阅读:256
Ruby-调用windows窗体
发现SharpDevelop 也支持Ruby ,特别是可以直接把winform的控件直接用在 require "mscorlib" require "System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a...
分类:Windows开发   时间:2015-04-22 10:56:18    收藏:0  评论:0  赞:0  阅读:326
注册一个比较大小Handlebars
1.显示的数据var datas = { id:"number"}2.temp模板3.要显示的地方html4.用js显示数据/*first*/var temp = Handlebars.compile($("#template").html());/*second*/ //注册一个比较大...
分类:其他   时间:2015-04-22 10:56:08    收藏:0  评论:0  赞:0  阅读:220
linux wifi配置
使用iwconfig命令:搜索无线网 iwlist wlan0 scan记下essid连接无密码的无线网 iwconfig wlan0 essid ChinaNet 其中ChinaNet是搜索到的无线网essid连接有密码的无线网 iwconfig wlan0 essid ChinaNet key ...
分类:系统服务   时间:2015-04-22 10:55:58    收藏:0  评论:0  赞:0  阅读:240
qt5 make 找不到QApplication
在 /usr/lib64/qt5/mkspecs/common/linux.conf中下面两处地方加上QtWidgetsQMAKE_INCDIR =/usr/include/qt5/QtWidgetsQMAKE_LIBS = -lQt5Widgets来自为知笔记(Wiz)
分类:移动平台   时间:2015-04-22 10:55:48    收藏:0  评论:0  赞:0  阅读:402
php 验证码
html:
分类:Web开发   时间:2015-04-22 10:55:28    收藏:0  评论:0  赞:0  阅读:386
一些记录查询的SQL语句
-- ======================== 第三天 ===========================CREATE DATABASE php0408 CHARSET utf8;CREATE TABLE php0408.student ( sid INT UNSIGNED PRIMAR...
分类:数据库技术   时间:2015-04-22 10:55:18    收藏:0  评论:0  赞:0  阅读:190
双击Table表格td变成text修改内容
//先不多说这里上我的页面 1 2 3 4 5 6 双击td变成text文本框 7 8 9 10 11 12 13 14 ...
分类:其他   时间:2015-04-22 10:55:09    收藏:0  评论:0  赞:0  阅读:302
javascript 高级程序设计 学习笔记
-->saafdsHello world!List item 1List item 2List item 3-->buttonbaidu item1 item2 item3 item4 stopPropagationeventPhase客户区位置diveditrelat...
分类:编程语言   时间:2015-04-22 10:54:59    收藏:0  评论:0  赞:0  阅读:252
没有权限角色管理功能菜单加载
List superList=new ArrayList(); //取得所有显示为菜单的功能 List> authorList = service.getfindAll(); List superNameList = new ArrayList(); Map> menuMap = new...
分类:其他   时间:2015-04-22 10:54:38    收藏:0  评论:0  赞:0  阅读:234
2211条   上一页 1 ... 83 84 85 86 87 ... 111 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!