上一页 1 2 3 4 5 6 7 ··· 17 下一页
摘要: $server = "192.168.255.1" $uid = "sa" $db="xx" $pwd="a@123456" $SqlConnection = New-Object System.Data.SqlClient.SqlConnection $CnnString ="Server = $ 阅读全文
posted @ 2022-05-06 08:20 Ender.Lu 阅读(64) 评论(0) 推荐(0) 编辑
摘要: function export_data() { if (!mini.get("vwMRPExport2_MoNo_search1").getValue()) { mini.alert("请输入生产单号"); return; } if (!check_mo()) return; vwMRPExpor 阅读全文
posted @ 2021-08-20 11:03 Ender.Lu 阅读(39) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_40774605/article/details/104860565 要开启定位,要不无法扫描到蓝牙设备 Android7.0后,APP自身升级,需要在APP自身允许的存储空间中打开新版本的APK.用上FileProvider 类。 需要在A 阅读全文
posted @ 2021-07-30 08:29 Ender.Lu 阅读(245) 评论(0) 推荐(0) 编辑
摘要: View bv = this.findViewById(android.R.id.title); ((TextView) bv).setTextColor(Color.WHITE); ((View) bv.getParent()).setBackgroundColor(Color.RED); 阅读全文
posted @ 2021-07-23 14:57 Ender.Lu 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 添加<item name="android:windowIsFloating">true</item>报错需要另外添加 parent="@android:style/Theme.Translucent" <style name="ScanDialog" parent="@android:style/ 阅读全文
posted @ 2021-07-22 09:41 Ender.Lu 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 当某一数的正序和逆序累计均大于整个序列的数字个数的一半即为中位数 CREATE TABLE class_grade ( grade varchar(32) NOT NULL, number int NOT NULL ); INSERT INTO class_grade VALUES ('A',1), 阅读全文
posted @ 2021-07-02 09:26 Ender.Lu 阅读(169) 评论(0) 推荐(0) 编辑
摘要: net stop mssqlserver C:\Program Files\Microsoft SQL Server\140\Setup Bootstrap\SQL2017目录下的setup Setup /QUIET /ACTION=REBUILDDATABASE /instancename=MSS 阅读全文
posted @ 2021-02-25 15:24 Ender.Lu 阅读(153) 评论(0) 推荐(0) 编辑
摘要: adb devices 后列出可用设备名称 然后 adb -s emulator-5554 install Chrome76.apk. emulator-5554 是虚拟机的名字 ,带-s参数 阅读全文
posted @ 2021-02-01 10:36 Ender.Lu 阅读(248) 评论(0) 推荐(0) 编辑
摘要: //fileupload.js function select_upload(zurl, zmulti, callback) { var zinput_file = document.createElement("input"); zinput_file.type = "file"; zinput_ 阅读全文
posted @ 2020-11-27 23:22 Ender.Lu 阅读(176) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/huage-1234/p/7366363.html https://blog.csdn.net/weixin_43165220/article/details/103906831 前端:调用export_data() function get_down 阅读全文
posted @ 2020-11-17 09:24 Ender.Lu 阅读(930) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 17 下一页