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