09 2018 档案

摘要:HTA - HTML Application APPLICATION Indicates whether the content of the object is an HTML Application (HTA), which is exempt from the security model. 阅读全文
posted @ 2018-09-28 08:11 Reboost 阅读(1467) 评论(0) 推荐(0)
摘要:<HTML> <HEAD> <TITLE>The Peoples Network in Portsmouth Terms and Conditions of Use</TITLE> <BODY BGCOLOR="#004e98" TEXT="FFFFFF" LINK="FFFFFF" ALINK=" 阅读全文
posted @ 2018-09-27 08:45 Reboost 阅读(176) 评论(0) 推荐(0)
摘要:<HTA:APPLICATION ... NAVIGABLE = "yes" ... /> <a id="subpage_link" href="page2.hta" target="_self">Go Page 2</a><a href="page1.hta" target="_self">Go 阅读全文
posted @ 2018-09-27 08:39 Reboost 阅读(184) 评论(0) 推荐(0)
摘要:public String resolveSetDataResult(String str) { Gson gson = new Gson(); Map<String, DataItem> resultMap = gson.fromJson(str, new TypeToken<HashMap<St 阅读全文
posted @ 2018-09-25 14:33 Reboost 阅读(836) 评论(0) 推荐(0)
摘要:::create profile::netsh wlan export profile name="MyAp" folder=c:\MyAppDir interface="wifi1"::netsh wlan show profiles ::netsh interface set interface 阅读全文
posted @ 2018-09-23 07:15 Reboost 阅读(172) 评论(0) 推荐(0)
摘要:<head> ... <script> ... function remove_repeat_newspace(str) { var arr = str.split(""); var newarr = []; var len = arr.length; var cnt = 0; for (var i 阅读全文
posted @ 2018-09-21 20:30 Reboost 阅读(576) 评论(0) 推荐(0)
摘要:public class SetAdapter extends ArrayAdapter { private List<SetData> _content; private final int _resourceId; private int _positionOnTouch = -1; priva 阅读全文
posted @ 2018-09-21 10:20 Reboost 阅读(298) 评论(0) 推荐(0)
摘要:1. Kodi + Win7/Win8 + PC remoter controller Kodi 由XBMC基金会开发的一款经典免费开源、跨平台且极其强大专业的多媒体影音中心软件播放器,包含了专业的影音内容管理以及解码播放功能一体,提供适合在电视/投影/大屏幕上显示的全屏界面,无线手机遥控操作方式, 阅读全文
posted @ 2018-09-10 08:58 Reboost 阅读(2066) 评论(0) 推荐(0)
摘要:获取默认铃声Uri/ Uri String 获取铃声Uri/ Uri String String getRingtoneUriPath(int type,int pos){ RingtoneManager manager = new RingtoneManager(mContext); manage 阅读全文
posted @ 2018-09-07 08:37 Reboost 阅读(4034) 评论(0) 推荐(0)
摘要:日期计算过程中 临时时区 Date2String get now date/time/hours minutes/seconds string ... pattern: such as yyyy-MM-dd HH:mm:ss/yyyy-MM-dd/HH:mm:ss/mm:ss/mm/ss/HH .. 阅读全文
posted @ 2018-09-03 15:03 Reboost 阅读(5507) 评论(0) 推荐(0)