- 博客(11)
- 资源 (9)
- 收藏
- 关注
原创 读书单
2018-12点击流数据仓库代码大全2中文版实战Java高并发程序设计2018-11数据仓库工具箱:维度建模的完全指南·第二版 视频教程全部文件>Hadoop>徐老师大数据视频全集全部文件>MySQL>老男孩全部文件>ETL>Kettle全部文件>SPSS ...
2018-11-21 17:55:47 132
原创 Consider defining a bean of type 'com.test.KafkaProducer' in your configuration.
Field kafkaProducer in StartMain required a bean of type 'com.test.KafkaProducer' that could not be found.Consider defining a bean of type 'com.test.KafkaProducer' in your configuration. 解决办法:...
2018-12-10 18:00:50 1154
原创 Linux scp 文件上传,文件下载
#将远程服务器上的文件,下载到本地#! /bin/bashpasswd="password"current_date=`date +%Y-%m-%d`expect -c "set timeout 10000; ##设置拷贝的时间,根据目录大小决定。spawn scp remote_user@47.xx.xx.xx:/data/app/tmp.zip /home/localuser/d...
2018-11-25 17:10:57 242
原创 MongoDB运维(备份还原)
1.备份进入mongodb/bin目录 ./mongodump --host 10.0.0.x1 --port 27017 --db my_db_name --collection my_collection_name --out my_bak_path --gzip > my_bak_path/dumpoutput.log 2>&1 & 查询备份帮助 ./mo...
2018-11-21 21:05:10 165
原创 SeekBar(手拉进度条)应用
SeekBar注意事项:1.设置初始值setSecondaryProgress()。2.注册滚动事件setOnSeekBarChangeListener()。注: public void onProgressChanged(SeekBar seekBar,int progress,boolean fromUser)参数progress为当前进度的值。
2014-11-27 00:02:55 430
原创 ProgressBar的应用
1.ProgressBar的用法一般记住几个函数 :获取最大值getMax() ,获取当前值getProgress() ,getSecondaryProgress(),设置当前值setProgress(),setSencondaryProgress()2.回顾一下Thread的两种方式a:extends Threadb:implement Runnablepackage
2014-11-26 00:05:11 444
原创 CheckBox和RadioButton应用
1.CheckBox的用法:a.注册监听器需要继承接口 CompoundButton.OnCheckedChangeListenerb.实现函数public void onCheckedChanged(CompoundButton chkButton, boolean bCheck)利用bCheck的值判断选中状态。2.RadioButton的用法:
2014-11-25 23:32:39 309
原创 Button,ImageButton,EditText三控件的应用。
代码:package com.lovesyy;import android.app.Activity;import android.os.Bundle;import android.view.MotionEvent;import android.view.View;import android.widget.Button;import android.widget.EditTex
2014-11-25 00:21:55 405
ksycopg2 python3.9 amd64 kingbase
2022-12-28
WPF自动化测试,可用于QQ, Weixin非传统winform
2018-12-22
kabeja0.4 java解析Autodesk的dxf生成svg,pdf等
2018-05-03
pymssql install_windows python36 sqlserver
2017-09-12
sqljdbc sql2008 sql2012
2016-10-09
H+ 后台主题UI框架 V4.1
2016-08-17
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人