摘要: 配置数据库文件 连接数据库方法 法一 protected void Page_Load(object sender, EventArgs e) { /关联web.config文件 wjy为数据库别名/ string constr1 = ConfigurationManager.ConnectionS 阅读全文
posted @ 2021-05-26 22:16 九块 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 有三种 protected void Button1_Click(object sender, EventArgs e) { string id = TextBox1.Text.Trim(); string name = TextBox2.Text.Trim(); string sex = Drop 阅读全文
posted @ 2021-05-26 21:58 九块 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 连接mysql数据库时要添加引用 在浏览里找MySql.Data.dll这个文件 这个文件需要下载 首先新建项目 asp.net项目 在web.config文件中添加代码 1.准备 **/name 是调用别名 相当于控件id / <add name ="wjy" **/connectionStrin 阅读全文
posted @ 2021-05-21 10:02 九块 阅读(837) 评论(0) 推荐(0) 编辑
摘要: dexOptions { javaMaxHeapSize "4g" } android { compileSdkVersion 28 buildToolsVersion '28.0.1' defaultConfig { minSdkVersion 19 targetSdkVersion 28 mul 阅读全文
posted @ 2020-09-03 16:22 九块 阅读(1591) 评论(0) 推荐(0) 编辑
摘要: 运行提示弹框 your hardware does not support this application 解决办法:在app的build.gradle 下的defaultConfig里加入 ndk { abiFilters 'armeabi-v7a', 'x86' } 。 阅读全文
posted @ 2020-09-01 10:56 九块 阅读(1676) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/yingchengyou/article/details/103322298?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.non 阅读全文
posted @ 2020-07-08 17:30 九块 阅读(1335) 评论(0) 推荐(0) 编辑
摘要: 1.not permitted by network security policy 在res下建一个xml文件然后创建一个名为:network_config.xml文件 文件内容如下: 并在AndroidManifest.xml中配置cleartextTrafficPermitted androi 阅读全文
posted @ 2020-07-08 17:27 九块 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 详细信息 A problem occurred configuring root project 'gradleOut'. Could not resolve all dependencies for configuration ':_debugApkCopy'. Could not find co 阅读全文
posted @ 2020-07-01 14:40 九块 阅读(1597) 评论(0) 推荐(0) 编辑
摘要: //弹起键盘 public static void showKeyboard(View view) { InputMethodManager imm = (InputMethodManager) view.getContext() .getSystemService(Context.INPUT_ME 阅读全文
posted @ 2020-06-11 16:49 九块 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/I_do_can/article/details/71159198?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.nonecase 阅读全文
posted @ 2020-06-04 11:21 九块 阅读(840) 评论(0) 推荐(0) 编辑