ifconfig  查看服务器IP地址。。。。。。。netconfig 配置或修改服务器的IP,这里需要注意的是,用这条命令必须在服务器上使用,否则会是乱码的,如果你不想去动服务器,还有一种修改服务器IP的方法:vi /etc/sysconfig/network-scripts/ifcfg-ethx(x代表第几个网卡,我这里只有一个网卡,所以就是用eth0); 按 i 键进行插入修改,改
转载 精选 2010-01-07 15:59:54
1230阅读
Android NDK开发及OpenCV初步学习笔记   Super_圣代 最近手头的项目接近尾声,时间也稍微宽裕了些,所以抽空准备再深入学习Android,为即将到来的实习期做准备。1.NDK首先,什么是NDK?NDK全称:Native Development Kit,顾名思义是Android的原生开发工具,Android平台从诞生起就已经支持了C/C++开发。使用NDK开发
转载 2023-06-27 21:37:42
105阅读
在拜读组里北大研二的安卓代码的时候,读到登录前检测版本后更新的代码。发现了一个不懂的地方。void update() { Intent intent = new Intent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.fromFile(new File(Environment .getExternalStorageDirecto
转载 2024-05-04 16:19:17
244阅读
NFC: 一种短距离的高频无线通信技术,允许电子设备之间进行非接触式点对点数据传输,在10cm内的距离里交换数据。它的传输效率不及蓝牙,然而连接(识别)速度和安全性却比前者强很多,这一点在移动支付上明显体现。如今我们身边的公交卡、门禁卡、银行卡(具备闪付功能)、ETC以及POS机等,都基于NFC技术的应用。不过,这些卡片或支付设备所具备的功能是单一的,而将NFC技术与智能手机结合,那玩法可就多了。
源代码-----------------------------116362783928888Content-Disposition: form-data; name="parent_dir"/---------...
转载 2019-03-25 21:20:00
205阅读
2评论
VND无盘安装配置随记<一> VND的无盘服务端基于LINUX操作系统平台,将从官方下载的vnd3.21-release.iso刻成光碟,此过程就不再描述,本次只想测试一下VND的功能方面而不是性能。所以一切操作将在虚拟机当中进行.   1. 服务端的安装 将服务器BIOS中的设备引导顺序设置为光驱启动,把刚刚刻好的VND FOR LINUX光碟放进光驱,启动服务器.
原创 2009-03-01 19:59:13
4281阅读
3评论
Content-Disposition参数:attachment 作为附件下载inline 在线打开具体使用如:header("Content-Disposition: inline; filename=文件名.mp3");Header("Content-Disposition:attachment ...
转载 2021-07-29 15:16:00
477阅读
2评论
在前一篇文章“一个伴随ASP.NET从1.0到4.0的OutputCache Bug”中,揭露了ASP.NET OutputCache的一个浏览器缓存的Bug。在这篇文章中,我们将揭露ASP.NET OutputCache的另一个Bug,这个Bug在去年2月份的时候揭露过一次,但是当时揭露不够彻底,解决方法也不够完美。这里再揭露一次。背景介绍为了解决非电信用户访问博客园的网速问题(尤其是北方网通用
转载 精选 2014-06-03 11:15:58
350阅读
问题如下:解决问题在cell的最顶端添加两行代码import plotly.io as piopio.renderers.default = "notebook_connected"测试结果正常输出。
原创 2022-07-11 11:55:26
282阅读
以下是模型的子类型- 艾格斯 vnd.gdl vnd.parasolid.transmit.binary 测试 vnd.gs-gdl vnd.p...
原创 2024-02-12 17:11:28
59阅读
//文本:vnd.ms-excel.numberformat:@ //日期:vnd.ms-excel.numberformat:yyyy/mm/dd //数字:vnd.ms-excel.numberformat::#,##0.00 //货币:vnd.ms-excel.numberformat¥#,##0.00 //百分比:vnd.ms-excel.numberformat:#0.00% Read More
原创 2021-08-13 10:05:22
202阅读
一、常用Excel格式: 1) 文本:vnd.ms-excel.numberformat:@ 2) 日期:vnd.ms-excel.numberformat:yyyy/mm/dd 3) 数字:vnd.ms-excel.numberformat:#,##0.00 4) 货币:vnd.ms-excel.numberformat:¥#,##0.00 5) 百分比:vnd.ms-exce
转载 2012-05-14 09:51:36
564阅读
常见格式:文件后缀type.docapplication/msword.docxapplication/vnd.openxmlformats-officedocument.wordprocessingml.document.xlsapplication/vnd.ms-excel.xlsxapplication/vnd.openxmlformats-officedocument.spreadshee
原创 2022-10-28 04:27:01
219阅读
首先在打开IIS,然后在默认网站的属性--HTTP头--MMIE映射--文件类型--添加注册文件的类型:一般的WAP服务器设置.wbmp image/vnd.wap.wbmp.wml text/vnd.wap.wml.wmlc application/vnd.wap.wmlc.wmls text/vnd.wap.wmlscript.wmlsc application/vnd.wap.wmlscri...
转载 2010-10-12 09:22:00
108阅读
2评论
//文档文件类型的 .ai application/postscript .eps application/postscript .exe application/octet-stream .doc application/vnd.ms-word .xls application/vnd.ms-excel .ppt application/vnd...
转载 2016-10-30 11:57:00
210阅读
2评论
Server 端的设置IIS服务器:为了使IIS支持WAP(WML)页面的发布,在IIS的Web站点的属性 / HTTP信息中设置WAP的MIME属性,添加如下的MIME类型:扩展名 内容类型(MIME).wml text/vnd.wap.wml.wbmp image/vnd.wap.wbmp.wmlc application/vnd.wap.wmlc.wmls text/vnd.wap.wmls.wmlsc application/vnd.wap.wmlsc重启 IIS 使其支持 WAP 页面的发布。Apache服务器:找到conf/httpd.conf这个配...
转载 2013-09-03 08:43:00
129阅读
2评论
.doc application/msword .docx application/vnd.openxmlformats-officedocument.wordprocessingml.document .rtf application/rtf .xls application/vnd.ms-exc
转载 2017-08-15 14:08:00
191阅读
2评论
2个常见的Uri"content://com.android.contacts/raw_contacts""content://com.android.contacts/data"3中常见的mimetype"vnd.android.cursor.item/name""vnd.android.cursor.item/phone_v2""vnd.android.cursor.
原创 2013-09-06 19:12:12
80阅读
.doc application/msword.docx application/vnd.openxmlformats-officedocument.wordprocessingml.document.rtf application/rtf.xls application/vnd.m...
转载 2015-12-09 19:49:00
135阅读
2评论
input选择文件——限制类型 添加 accept 属性 <input type="file" accept=""> excel 文件:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd ...
转载 2021-08-30 13:55:00
581阅读
2评论
  • 1
  • 2
  • 3
  • 4
  • 5