阿正的网易云音乐 - 创建于 2017

一个大学生的学习心得,与君共勉。

摘要: 新博客地址::: http://wenzheng.club/ ESP8266上电初始化的问题 HUI KE 6脚继电器 封装。只能5V驱动。 nodemcu 机智云小黑板 8M flash 每次都有新发现,每次刷都不一样 哎呀 2018-07-1718:41:59 ESP12F 树莓派 USB母头 阅读全文
posted @ 2018-01-10 16:41 阿♛正 阅读(1432) 评论(0) 推荐(0) 编辑
摘要: 相当简单加载 gradle文件然后做一个textview即可。 1.首先我们要在build.gradle中写上这一行代码: 阅读全文
posted @ 2019-01-10 12:29 阿♛正 阅读(1388) 评论(0) 推荐(0) 编辑
摘要: package ipget.wenzheng.studio.ipget; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.support.v7.app.AppCompatActivity; import android.util.Log; import a... 阅读全文
posted @ 2018-12-13 21:16 阿♛正 阅读(4946) 评论(0) 推荐(0) 编辑
摘要: #include "nbiot.h" #include "string.h" #include "stdlib.h" #include "led.h" #include "beep.h" /********************************************************************************* *****************... 阅读全文
posted @ 2018-12-06 16:10 阿♛正 阅读(2868) 评论(0) 推荐(0) 编辑
摘要: //TxBuf[9]; //014600000001020064 typedef unsigned char uint8_t; typedef unsigned short uint16_t; typedef int int32_t; const uint16_t polynom = 0xA001; uint16_t crc16bitbybit(uint8_t *ptr, uint1... 阅读全文
posted @ 2018-12-05 20:12 阿♛正 阅读(2281) 评论(0) 推荐(0) 编辑
摘要: wen 周一@0@{今天没课哦}周一 周二今天共一节课 第2节,可编程控制器应用,11号教学楼1 0 3房间 周二 周三今天共三节课 第二节,过程控制系统,2号楼2 1 0房间,第三节机械制造技术11号楼 1 1 9房间 第四节,机电一体化系统设计3号楼4 2 4房间周三 周四今天共一节课,第二节, 阅读全文
posted @ 2018-11-13 18:22 阿♛正 阅读(1144) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-11-10 20:52 阿♛正 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 1.使用WIFI 首先设置用户权限 Xml代码 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"></uses-permission> <uses-permission android:name="android 阅读全文
posted @ 2018-11-06 09:14 阿♛正 阅读(549) 评论(0) 推荐(0) 编辑
摘要: ublic,protected,friendly,private的访问权限如下: 关键字 当前类 同一package 子孙类 其他package public √ √ √ √ protected √ √ √ × friendly √ √ × × private √ × × × 通过上面表格可以看出 阅读全文
posted @ 2018-11-05 16:45 阿♛正 阅读(262) 评论(0) 推荐(0) 编辑
摘要: package myself.mqtt.wenzheng.studio.mqtt; import android.app.Notification; import android.app.NotificationManager; import android.content.Context; import android.content.Intent; import android.os.Bu... 阅读全文
posted @ 2018-11-05 16:15 阿♛正 阅读(2279) 评论(0) 推荐(0) 编辑
摘要: 或者还可以这么导入: 1.首先先去下载需要的jar包2.将jar包复制到Project下的app–>libs目录下(没有libs目录就新建一个)如下图所示位置: 3.点击工具栏中的Project Structure按钮,如下图: 4.选择Dependencies,点击右边的加号,选择第二项File 阅读全文
posted @ 2018-11-05 13:56 阿♛正 阅读(462) 评论(0) 推荐(0) 编辑