自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(629)
  • 收藏
  • 关注

转载 视音频数据处理入门

http://blog.csdn.net/leixiaohua1020/article/details/50534150转载于:https://www.cnblogs.com/cuizhf/p/8597261.html

2018-03-18 20:29:00 352

转载 LiveSwitch白皮书

https://www.frozenmountain.com/media/1224/frozen-mountain-software-liveswitch-white-paper.pdf————————————————————————————————————————————————————————————————With media server branching coming...

2018-02-18 11:38:00 505

转载 wamp 3.0.6(apache 2.4.23) 403 forbidden 解决办法

https://www.cnblogs.com/airbreak/p/6369764.html转载于:https://www.cnblogs.com/cuizhf/p/7827437.html

2017-11-13 17:56:00 357

转载 myeclipse16怎么去掉项目中的CodeLive Panel?

http://www.jb51.net/softjc/524823.html——————————————————————————————————————————————————在Servers视图中找到运行的服务器类型(我的是Tomcart7.0),右键选择CodeLive并单击。问题解决。。。转载于:https://www.cnblogs.com/cuizhf/p/7807...

2017-11-09 08:04:00 251

转载 JTable动态刷新数据

http://www.cnblogs.com/fnlingnzb-learner/p/6025408.html注意下面几个方法的应用场景,不限于JTable,其他swing组件一样————————————————————————————————————————————————————————————————————————————————JTable动态刷新数据最近在做一...

2017-09-29 16:16:00 419

转载 javaEE中config.properties文件乱码解决办法

http://jingyan.baidu.com/article/ed2a5d1f3381d709f6be17f8.html——————————————————————————————————————————————————————————————转载于:https://www.cnblogs.com/cuizhf/p/7582029.html...

2017-09-23 18:26:00 128

转载 ZipUtil

/** To change this license header, choose License Headers in Project Properties.* To change this template file, choose Tools | Templates* and open the template in the editor.*/package cast.c5...

2017-09-21 08:42:00 62

转载 uri中为什么本地文件file后面跟三个斜杠, http等协议跟两个斜杠?

https://www.zhihu.com/question/37063799/answer/70242462————————————————————————————————————————————那就要从URI[1]的结构来看了scheme:[//[user:password@]host[:port]][/]path[?query][#fragment]...

2017-09-21 08:31:00 340

转载 Java中Access restriction:····的解决方法

http://blog.csdn.net/bit2012_2015/article/details/22798779————————————————————————————————————————————————————问题原因:Eclipse 默认把这些受访问限制的API设成了ERROR解决方法:1. Windows-> Preferences -...

2017-09-20 08:17:00 310

转载 libGDX开发环境搭建-Android Studio 最新版

http://blog.csdn.net/renwuqiangg/article/details/53088720——————————————————————————————————————————————项目构建环境条件:Win10 64位操作系统JDK8安装并配置环境变量Gradle3.1安装并配置环境变量Android Studio 2.2下载并安装(a...

2017-09-14 13:47:00 99

转载 Linux+树莓派3开发总结——树莓派远程文件共享winows

http://blog.csdn.net/xqf1528399071/article/details/52192134——————————————————————————————————————————————————————————针对powerdruy所提的问题,决定把本文来个大改动参考这两篇文http://man.lupaworld.com/content/linux/...

2017-09-12 16:42:00 86

转载 树莓派设置静态IP地址

树莓派设置静态IP地址http://www.jianshu.com/p/b0e6d066d6b6————————————————————————————————————————————————————————————————————在网上找到的设置树莓派静态IP地址的方法已经不能用了,无法成功设置,这里说下如何成功设置树莓派静态IP地址。方法一:图形界面设置S...

2017-09-12 14:26:00 259

转载 Netbeans rcp中获得本地文件系统路径

通过file协议—————————————————————————————————————————————————————— URL url = new URL("file:///E:/AutoTest.exe"); File file1 = Utilities.toFile(url.toURI()); Syste...

2017-09-12 11:00:00 131

转载 Retrieve id of record just inserted into a Java DB (Derby) database

https://stackoverflow.com/questions/4894754/retrieve-id-of-record-just-inserted-into-a-java-db-derby-database————————————————————————————————————————————————————————————————————————You may ...

2017-08-28 16:45:00 141

转载 Swing中支持自动换行的WrapLayout

http://www.cnblogs.com/TLightSky/p/3482454.html——————————————————————————————————————————————————————————————————————————————原来的WrapLayout有点小bug,会引起抖动,稍微改了一下,现在比较好用了package com.miui.theme...

2017-08-23 11:11:00 201

转载 netbeans rcp中如何编程设置主窗口标题

http://www.th7.cn/Program/java/201510/606050.shtml———————————————————————————————————————————————————————————————————————————————— // 设置主窗口标题 WindowManager.getDefault().invokeWh...

2017-08-09 16:51:00 273

转载 Android Things:撸起袖子来创建第一个Things工程

http://blog.csdn.net/p106786860/article/details/60161020——————————————————————————————————————————————————————————————————————————————————————在前面的章节,我们利用官方的sample-simplepio项目的blink模块,给大家演示了如何...

2017-04-08 11:41:00 116

转载 Android Things:树莓派3上手就是这么简单

http://blog.csdn.net/p106786860/article/details/54566620——————————————————————————————————————————————————————————————————————一、树莓派3简介官方推荐的开发板有Intel Edison、NXP Pico i.MX6UL和Raspberry Pi 3(树...

2017-04-08 10:45:00 81

转载 超详细从零记录Hadoop2.7.3完全分布式集群部署过程

http://blog.csdn.net/dream_an/article/details/52946840——————————————————————————————————————————————转载于:https://www.cnblogs.com/cuizhf/p/6557880.html...

2017-03-16 09:41:00 67

转载 hadoop学习之hadoop完全分布式集群安装

http://blog.csdn.net/ab198604/article/details/8250461——————————————————————————————————————————————————要想深入的学习Hadoop数据分析技术,首要的任务是必须要将hadoop集群环境搭建起来,可以将hadoop简化地想象成一个小软件,通过在各个物理节点上安装这个小软件,...

2017-03-15 11:12:00 116

转载 Eclipse启动都会Error when loading the SDK

http://jingyan.baidu.com/article/aa6a2c14fb54190d4c19c480.html转载于:https://www.cnblogs.com/cuizhf/p/6262753.html

2017-01-08 21:17:00 82

转载 树莓派上Java程序作为linux服务并开机自动启动

http://www.iigrowing.cn/shu_mei_pai_shang_java_cheng_xu_zuo_wei_linux_fu_wu_bing_kai_ji_zi_dong_qi_dong.html刚刚买了, 树莓派, 准备做一些程序, 放到树莓派上, 平时树莓派上不接显示器等各种设备,直接随着adsl开关进行开关。 这样一些java程序启动就有些麻烦。开 发过...

2016-12-22 12:56:00 308

转载 树莓派(Raspberry Pi)日期时间不准的修正方法

树莓派(Raspberry Pi)日期时间不准的修正方法http://www.cnblogs.com/infopi/p/3947652.html转载于:https://www.cnblogs.com/cuizhf/p/6209480.html

2016-12-21 23:09:00 213

转载 EJDK, Raspberry Pi, and NetBeans IDE 8

https://blogs.oracle.com/geertjan/entry/youtube_ejdk_raspberry_pi_and转载于:https://www.cnblogs.com/cuizhf/p/6209320.html

2016-12-21 22:17:00 97

转载 树莓派(rasperberry pi 2)上装mysql远程无法访问

于是组合关键字(树莓派 mysql)求百度问谷歌。未果。操刀自己来吧。检查mysql的配置文件 /etc/mysql/my.cnf 发现如下配置# Instead of skip-networking the default is now to listen only on# localhost which is more compatible and is not le...

2016-12-20 23:14:00 105

转载 xrdp 安装后 WINDOWS远程登录出错

sudo apt-get install tightvncserver转载于:https://www.cnblogs.com/cuizhf/p/6204221.html

2016-12-20 20:35:00 219

转载 伺服舵机基础知识汇总

http://www.alsrobot.com.cn/wiki/index.php/%E4%BC%BA%E6%9C%8D%E8%88%B5%E6%9C%BA%E5%9F%BA%E7%A1%80%E7%9F%A5%E8%AF%86%E6%B1%87%E6%80%BB转载于:https://www.cnblogs.com/cuizhf/p/6118795.html

2016-11-30 17:37:00 300

转载 solr清空全部索引

http://blog.csdn.net/qing419925094/article/details/42142117转载于:https://www.cnblogs.com/cuizhf/p/6114265.html

2016-11-29 16:53:00 85

转载 JSTL函数标签库 fn标签

http://tianhei.iteye.com/blog/1021625转载于:https://www.cnblogs.com/cuizhf/p/6006135.html

2016-10-27 23:37:00 92

转载 jacob操作word

http://wang-ping001.iteye.com/blog/1452057——————————————————————————————————————————————————————————/** * */package com.xaeds.taecs.common.util;import com.jacob.activeX.ActiveXCo...

2016-10-18 16:35:00 195

转载 树莓派使用MJPG-Streamer实现网络监控

http://blog.sina.com.cn/s/blog_abd39cc70102vrdt.html——————————————————————————————————————————————————————————————1. 先更新apt的列表:sudo apt-get updatesudo apt-get upgrade重启系统后,s...

2016-10-14 14:36:00 390

转载 树莓派USB摄像头与camera模块对比

http://www.cnblogs.com/weixinforspurs/p/5575962.html——————————————————————————————————————————————————————————————————I started this thread to let people know that some USB webcams do work ...

2016-10-14 13:36:00 634

转载 机器人教程

http://www.51hei.com/mcu/2671.htmlhttp://www.51hei.com/mcu/2672.htmlhttp://www.51hei.com/mcu/2673.htmlhttp://www.51hei.com/mcu/2674.html转载于:https://www.cnblogs.com/cuizhf/p/5949585.html...

2016-10-11 15:46:00 101

转载 win10开始菜单打不开怎么办 win菜单键没反应解决办法

win10开始菜单打不开怎么办 win菜单键没反应解决办法——————————————————————————————————————————————————————————————————————————1.右键点击任务栏—— 任务管理器,点击文件——运行新任务,新建任务 “powershell”同时勾选下方的“以管理员身份运行” 。确定。2.在弹出“管理员”运行中输入:Get...

2016-10-10 02:45:00 1197

转载 solr查询语法

http://leonayx123.iteye.com/blog/1856127转载于:https://www.cnblogs.com/cuizhf/p/5941440.html

2016-10-09 11:20:00 76

转载 Substance 6 设置 watermark(水印)

http://www.qumake.com/articles/2011/04/18/1303094833690.html————————————————————————————————————————————————————————————————————————————在Substance6之前, skin 有一个withWatermark 方法来设置皮肤水印。 tr...

2016-09-21 17:59:00 218

转载 在SWING里嵌入SWT的组件

http://zhanghan3366.blog.163.com/blog/static/6966305220110505351568/————————————————————————————————————————————————————————————————————————————先配环境,去eclipse主页上下了一个swt的包,www.eclipse.ort/swt. ...

2016-09-19 14:24:00 115

转载 solr 5.5.1安装并配置中文分词IKAnalyzer

http://www.360doc.com/content/16/0623/17/5131531_570184594.shtml——————————————————————————————————————————————————————————https://github.com/EugenePig/ik-analyzer-solr5转载于:https://www.cnblo...

2016-09-13 00:34:00 101

转载 [简单]docx4j常用方法小结

http://53873039oycg.iteye.com/blog/2194479?utm_source=tuicool&utm_medium=referral————————————————————————————————————————————————————————————————————————————————import java.io.File;im...

2016-09-03 16:19:00 300

转载 Java串口通信详解

http://blog.csdn.net/kabini/article/details/1601324——————————————————————————————————————————————————————转载于:https://www.cnblogs.com/cuizhf/p/5829009.html...

2016-09-01 11:12:00 73

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除