http://daemons.net/linux/storage/mtd.html MTD The Memory Technology Devices (MTD) subsystem provides a common interface to many types of raw flashstor ...
分类:
其他好文 时间:
2018-04-04 20:56:59
阅读次数:
776
记录myeclipes远程连接mysql所出现的一个bug 今天在玩框架hibernate时,出现一个非常费解的bug,话不多说,先看bug 然后各种搜百度,有些是说得修改密码,有些是说权限问题,这都怪本人着,非要在window系统下连接linux下的mysql(我的mysql数据库是装在虚拟机下的 ...
分类:
数据库 时间:
2018-03-24 13:26:58
阅读次数:
197
package com.test.bbs.util; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.cfg.Configuration; import org.hiber... ...
分类:
Web程序 时间:
2018-03-19 16:57:00
阅读次数:
250
原文地址:传送门 .NET Core on Raspberry Pi Arm32 builds are available as community supported builds for .NET Core 2.0. There is no SDK that runs on ARM32 but ...
分类:
Web程序 时间:
2018-03-13 23:57:15
阅读次数:
627
原文地址:传送门 .NET Core Runtime ARM32 builds now available The .NET Core team is now producing ARM32 builds for .NET Core Runtime 2.0+, for both Linux and ...
分类:
Web程序 时间:
2018-03-13 23:53:14
阅读次数:
339
对象状态 Hibernate中对象的状态: 临时/瞬时状态 持久化状态 游离状态 学习Hibernate的对象状态是 为了更清晰地知道Hibernate的设计思想,以及是一级缓存的基础 ...当然啦,也就一点点知识 临时/瞬时状态 当我们 直接new出来的对象就是临时/瞬时状态的 .. 该对象还没有 ...
分类:
Web程序 时间:
2018-03-09 00:22:00
阅读次数:
184
安装 编译好的windows可用版本的下载地址(官网中可以连接到这个网站,和官方网站保持同步): "http://ffmpeg.zeranoe.com/builds/" 或者: 百度网盘 "https://pan.baidu.com/s/1z_JO18bmMWJYIsXEnmabYw" 该版本为FF ...
分类:
其他好文 时间:
2018-03-06 17:04:10
阅读次数:
262
目前 Docker 官方维护了一个公共仓库 Docker Hub,其中已经包括了超过 15,000 的镜像。大部分需求,都可以通过在 Docker Hub 中直接下载镜像来实现。 登录 可以通过执行 docker login 命令来输入用户名、密码和邮箱来完成注册和登录。 注册成功后,本地用户目录的 ...
分类:
其他好文 时间:
2018-02-20 14:01:03
阅读次数:
162
metasploit msfconsole 命令 来源 http://www.cnblogs.com/hookjoy/p/7989715.html payload的几个常用生成 payload的几个常用生成 生成windows下的反弹木马 msfvenom -p windows/meterprete ...
分类:
Web程序 时间:
2018-02-16 16:52:51
阅读次数:
744
下载ffmpeg的Windows静态版; 下载nginx-rtmp-windows版:https://github.com/illuspas/nginx-rtmp-win32 解压 启动nginx 启动ffmpeg,打开ff-prompt.bat 这里通过将摄像头的rtsp流转成rtmp流和hls流 ...