码迷,mamicode.com
首页 >  
搜索关键字:a resource exists wi    ( 13944个结果
Mysql 如何删除数据表中的重复数据!
1、使用distinct查询所有不重复的记录2、创建数据表相同结构的临时表,将第一步的数据复制进去 create temporary table if not exists student_temp as (select distinct(name), sex from student);3、tru...
分类:数据库   时间:2014-06-13 06:04:01    阅读次数:290
Spring的注入问题
作下笔记,Spring的注入问题[多个实例问题]解决方案如下: 1 package student.life.support.platform.service.impl; 2 3 import javax.annotation.Resource; 4 5 import org.spri...
分类:编程语言   时间:2014-06-12 16:32:07    阅读次数:896
php之验证码
<?php header("Content-type:p_w_picpath/png"); gd_info(); $num=5;//生成验证码的字母个数 $type=2;//验证码的类型,0表示只有数字,1表示数字和小写字母,2表示数字和大写字母 $str=getCode($num,$type); $width=$num*20; $hight=30; $im=p_w_picpathcreatetruecolor($wi..
分类:Web程序   时间:2014-06-10 22:31:30    阅读次数:373
1、开发准备与相关介绍
一、Bing Maps 介绍Bing Maps是微软公司推出的Bing服务中线上地图服务。使用它,可以在网络浏览器中观察到世界上的每一个角落。它的原名叫做“MSN Virtual Earth”,在微软推出了 Windows Live 后它被改进后更名为Live Search Maps并整合到了 Wi...
分类:其他好文   时间:2014-06-10 20:57:03    阅读次数:350
WPF 中资源路径的问题
WPF 中资源路径的问题1. 引用当前工程的资源(注意xxxx.png的build action 应设置为Resource 或Embedded Resource)2.引用其它工程的资源 (注意xxxx.png的build action 应设置为Resource 或Embedded Resource)...
分类:其他好文   时间:2014-06-10 19:33:30    阅读次数:219
linux下检测端口是否连通
检测tcp端口使用telnet命令telnet例:telnet 192.168.0.1 80检测udp端口使用uc命令uc -zu例:uc -zu 192.169.0.1 80以上命令在CentOS 6.2 64位下测试通过bash: fork: Resource temporarily unava...
分类:系统相关   时间:2014-06-10 17:12:15    阅读次数:277
Unity3D教程:制作与载入AssetBundle
通常我们在游戏程式执行过程,并不希望一次将全部的资源都载入,而比较希望实际上有使用到的才载入,以免占用多余的记忆体,所以我们可能会尽量规划好不同功能的场景,在需要时才载入场景并释放掉前个场景中不需要的资源,或是将资源放在 Resource 资料夹中,在真正需要时才利用 Resources.Load(...
分类:其他好文   时间:2014-06-10 11:25:04    阅读次数:283
赵雅智_ListView_ArrayAdapter
ArrayAdapter六种构造方法的作用 ArrayAdapter(Context context, int textViewResourceId); 上下文,布局文件 ArrayAdapter(Context context, int resource, int textViewResourceId); 上下文,显示的视图,显示视图的组件 ArrayAdapter(Context c...
分类:其他好文   时间:2014-06-10 11:16:40    阅读次数:180
tcpdump
一篇tcpdump文章的翻译分类: tcp/ip 2011-02-26 13:26 1064人阅读 评论(0) 收藏 举报tcpdst网络工具securityfiltertcpdump是信息安全行业最好的网络分析工具,希望全面理解tcp/ip的人必须要很好的掌握它。很多人喜欢用更高层的分析工具如Wi...
分类:其他好文   时间:2014-06-09 16:33:56    阅读次数:263
雨林木风 Windows Vista ULTIMATE With SP1 精简版 Y2.1
软件大小:2.66G 软件语言:简体中文 软件类别:国外软件/操作系统 运行环境:Win2003, WinXP, Win2000, NT, WinME,winvista,win7 授权方式:免费软件软件评级:雨林木风 Windows Vista ULTIMATE With SP1 精简版,基于 Wi...
分类:Windows程序   时间:2014-06-09 13:35:26    阅读次数:444
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!