上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页
摘要: 卷积神经网络VS配置 阅读全文
posted @ 2016-09-28 13:48 一样菜 阅读(431) 评论(0) 推荐(0) 编辑
摘要: opencv_haartraining.exe -data xml -vec pos.vec -bg neg/neg.txt -w 20 -h 20 -mem 144 opencv_haartraining.exe -data xml/ -vec pos.vec -bg neg/neg.txt -nstages 4 -nsplits 1 -minhitrate 0.999 -maxfalsea... 阅读全文
posted @ 2016-09-28 13:46 一样菜 阅读(796) 评论(0) 推荐(0) 编辑
摘要: adb查看logcat adb logcat :* *:S 查看指定TAG的Logadb查看最上层activity:linux: adb shell dumpsys activity | grep "mFocusedActivity"windows: adb shell dumpsys activity | findstr "mFocusedActivity"adb修改可读可写权限#mount#... 阅读全文
posted @ 2016-09-09 17:05 一样菜 阅读(180) 评论(0) 推荐(0) 编辑
摘要: String title = "\n\""+itemInfo.itemSSID+"\" "; View password_view = AppData.inflater.inflate(R.layout.wifi_cancel_connect, null); TextView password_ti 阅读全文
posted @ 2016-09-09 16:20 一样菜 阅读(660) 评论(0) 推荐(0) 编辑
摘要: String title = ""; if(itemInfo!=null) title = "\n\""+itemInfo.itemSSID+"\" "; else title = "\n\""+ssid+"\" "; title += getResources().getString(R.string.network_wifi_password_error_info... 阅读全文
posted @ 2016-09-09 11:42 一样菜 阅读(1369) 评论(0) 推荐(0) 编辑
摘要: char *bgFile = "C:/C_Project/HandTraining/Debug/res/bg.jpg"; FILE *file = fopen(bgFile, "r"); if (file == NULL){ cout << "bg.jpg文件不存在..." << endl; return -1; } char *h... 阅读全文
posted @ 2016-09-06 11:56 一样菜 阅读(2711) 评论(0) 推荐(0) 编辑
摘要: 查看所有网络信息 查看 eth0 查看DNS 查看ip 设置网关 添加dns 查询eth0配置 ifconfig eth0配置 阅读全文
posted @ 2016-08-30 14:40 一样菜 阅读(33495) 评论(0) 推荐(0) 编辑
摘要: 1.sudo apt-get install wine 2.打开网址http://www.ubuntukylin.com/application/show.php?lang=cn&id=279,下载wineQQ 3. 安装此目录下的所有文件 阅读全文
posted @ 2016-08-20 22:40 一样菜 阅读(3884) 评论(0) 推荐(0) 编辑
摘要: 找两个字符中间的内容比如找abc5dfsdfs6H a-H的内容,a.*?H 阅读全文
posted @ 2016-08-18 13:45 一样菜 阅读(97) 评论(0) 推荐(0) 编辑
摘要: ipDNS_text.requestFocus(); InputMethodManager imm = (InputMethodManager)ipDNS_text.getContext().getSystemService(Context.INPUT_METHOD_SERVICE); imm.to 阅读全文
posted @ 2016-08-17 15:23 一样菜 阅读(156) 评论(0) 推荐(0) 编辑
摘要: \\server01DESKTOP-RE5QEBU\pqpqlabs\\fileserverpansq@sh.pqlabs.comP1q2w3e 阅读全文
posted @ 2016-08-16 16:08 一样菜 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 1.工具栏放下面或者左边的命令 gsettings set com.canonical.Unity.Launcher launcher-position Left gsettings set com.canonical.Unity.Launcher launcher-position Bottom 2.查看Ubuntu版本 cat /etc/issue 阅读全文
posted @ 2016-08-14 18:32 一样菜 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 参数从Local中获取,例如:Local.ENGLISH; 使用之前应该root系统,adb shell ->su 然后# pm grant com.example.clickdemo android.permission.CHANGE_CONFIGURATION手动赋予权限,否则会报反射异常 阅读全文
posted @ 2016-08-10 18:26 一样菜 阅读(1805) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-08-04 16:48 一样菜 阅读(2224) 评论(1) 推荐(0) 编辑
摘要: 添加GridItem布局XML文件 主界面添加GridView布局XML文件 自定义GridView适配器 主界面Activity AppInfo类 阅读全文
posted @ 2016-07-27 16:36 一样菜 阅读(2650) 评论(0) 推荐(0) 编辑
摘要: // Drives.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include "windows.h" #include "string.h" #include "direct.h" #include "stdlib.h" char dir[260]; wchar_t* char2wchar(char *cStr) { size_t len... 阅读全文
posted @ 2016-06-25 15:33 一样菜 阅读(659) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-06-12 01:01 一样菜 阅读(3207) 评论(0) 推荐(0) 编辑
摘要: XML文件 php 结果 阅读全文
posted @ 2016-06-12 00:27 一样菜 阅读(7683) 评论(0) 推荐(0) 编辑
摘要: 1.正则表达式 function getQueryString(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); var r = window.location.search.substr(1).match(reg); if (r != null) return unescape(r[2]); return ... 阅读全文
posted @ 2016-06-11 16:39 一样菜 阅读(1357) 评论(0) 推荐(0) 编辑
摘要: HWND desktop,task; desktop=FindWindow(L"ProgMan",NULL); task=FindWindow(L"Shell_TrayWnd",NULL); ShowWindow(task,SW_HIDE);//隐藏任务栏 //ShowWindow(desktop,SW_HIDE);//隐藏桌面 HWND desktop,t... 阅读全文
posted @ 2016-06-11 00:25 一样菜 阅读(2606) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页