建明 | Ming.J

至清 至静


  • 首页

  • 关于

  • 标签

  • 归档

  • Search

Chapter 1 Computer Network and the Internet

Posted on 2018-05-05 | Edited on 2019-04-20

What is the Internet? There are couple of ways to answer this question. First, we can describe the nuts and bolts of the Internet, that is, the basic ...

Read more »

SQL中实现关系代数中的除运算浅析

Posted on 2018-05-04 | Edited on 2019-04-20

准备工作 先给出构造测试表的初始化代码,有兴趣的小伙伴可以跑一跑试试 drop table R;drop table S;create table R ( X integer, Y varchar(5));create table S ( Y varchar(5), Z integer) ...

Read more »

Kotlin use函数的魔法

Posted on 2018-03-30 | Edited on 2019-04-20

魔法预览 实现了Closeable接口的对象可调用use函数 use函数会自动关闭调用者(无论中间是否出现异常) Kotlin的File对象和IO流操作变得行云流水 use函数的原型 /** * Executes the given [block] function on this reso ...

Read more »

Android WI-FI Direct Kotlin 浅析(一)

Posted on 2018-03-26 | Edited on 2019-04-20

简介 百度百科:2010年10月,Wi-Fi Alliance(wi-fi联盟)发布Wi-Fi Direct白皮书,白皮书中介绍了有关于这种技术的基本信息、这种技术的特点和这种技术的功能,Wi-Fi Direct标准是指允许无线网络中的设备无需通过无线路由器即可相互连接。与蓝牙技术类似,这种标准 ...

Read more »

利用ngrok实现内网穿透

Posted on 2018-03-19 | Edited on 2019-04-20

实现内网穿透紫ngrok无法通过天墙之后,国内也出现了一批成熟的商业化实现方案,诸如花生壳、net123、Sunny-ngrok等。不过免费的极不稳定还有流量带宽限制,最后还是决定自己搭一个。本文利用ngrok搭建一个用于内网穿透的环境。需求是通过一层反向代理,实现通过一个外网域名访问一个部署在局域 ...

Read more »
1234…12

建明 | Ming.J

58 posts
15 tags
GitHub E-Mail
© 2018 – 2019 建明 | Ming.J
Powered by Hexo v3.8.0
|
Theme – NexT.Mist v7.1.0