下拉框 硬盘 主板 CPU 网卡1、设置下拉框“硬盘”为选中 $("#CategoryId").val("1"); $("#CategoryId").find("option[text='硬盘']").attr("selected",true); $("#CategoryId")...
分类:
Web程序 时间:
2014-12-29 22:48:45
阅读次数:
189
1、合并:ArcToolBox—>DataManagement—>Raster—>Mosaic。2、剪切:在ArcMap中,调用空间分析扩展模块,将你感兴趣区的shapefile多边形图层设置为掩膜(空间分析工具条的下拉菜单>option里面设置),然后在栅格计算器中重新计算一下你的图象,它就会沿掩膜裁出。以..
分类:
其他好文 时间:
2014-12-29 15:29:54
阅读次数:
649
RaspberryPi可以折腾的方法很多,我将会吧自己的折腾经验与大家分享。作为无线路由器,需要提供dhcp的功能和无线ap的能力,我们分别通过isc-dhcp-server和hostapd这两个软件来实现,网卡间转发直接通过iptables定义nat规则来实现。安装dhcp服务和ap热点服务[py...
分类:
Web程序 时间:
2014-12-29 11:54:17
阅读次数:
243
HTML5可以省略结束标记的元素
1、dd
2、dt
3、li
4、p
5、optgroup
6、option
7、rt
8、rp
9、thread
10、tfoot
11、tr
12、td
13、th...
分类:
Web程序 时间:
2014-12-27 21:47:10
阅读次数:
527
To see which tasks are available for our build we can run Gradle with the command-line option -t or --tasks. Gradle outputs the available tasks from o...
分类:
其他好文 时间:
2014-12-27 21:37:29
阅读次数:
208
If we want to know more about how much time is spent in tasks we can use the --profile command-line option. Gradle will generate a report file in the ...
分类:
其他好文 时间:
2014-12-27 20:10:44
阅读次数:
185
https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=&problem=2514&mosmsg=Submission+received+with+ID+1623942
Dr. Ellie Arroway has established cont...
分类:
其他好文 时间:
2014-12-27 11:24:11
阅读次数:
166
MySql开始没有权限需要:grant all privileges on *.* to 账户@'%' identified by '密码' with grant option;(对全部数据设置权限,%=IP地址) grant all privileges on 数据库名.* to 账户@'%' i...
分类:
数据库 时间:
2014-12-27 11:22:21
阅读次数:
192
Clean工程 按住option键,再次Clean(Clean Build Folder...) 进入Window -> Organizer,在上面的Tab中选择Project,在左侧选中当前的工程,在右侧把Derived Data删除 报has been modified since the precompil...
分类:
其他好文 时间:
2014-12-27 00:25:46
阅读次数:
228