logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

SVN的可视化日志统计工具StatSVN

StatSVN README==============StatSVN is a statistics tool for SVN repositories. It generatesHTML reports from SVN log files.The StatSVN ManualThe StatSVN manual is loc...

#php#java
SAP T CODE : Description (Program)

SAP T CODE : Description (Program)V : Quickstart RKCOWUSL (RKCOWUSL)V+01 : Create Sales Call (SAPMV43A)V+02 : Create Telephone Call (SAPMV43A)V+03 : Create Sales Letter (SAPMV43A)V+11 : Create ...

#开发工具#javascript
Allegro设置十字大光标

使用大十字光标,在摆放元器件时,容易对齐。在allegro中,可以通过设置实现大十字光标,其具体方法如下:1、选择Setup->User Perferences,即可出现如下图所示界面:2、选择Display->Cursor,里面有个pcb_cursor可选菜单。若是选择cross,则是小十字光标,若是选择infinite,则是出现大光标。记得要把“infinite_c...

android获取本地音乐的专辑的图片

String[] mediaColumns1 = new String[] {MediaStore.Audio.Albums.ALBUM_ART, MediaStore.Audio.Albums.ALBUM};Cursor cursor1 = getContentResolver().query(MediaStore.Audio.Albums.EXTER...

#移动开发
Linux下升级python2.6到python3.6

# python -V# 查看python 版本# cd /home/centos/Downloads# 进入存放目录# wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tar.xz# 获取新版的 python# tar xvf Python-3.6.1.tar.xz# 解压文件#...

#python#运维
This kernel requires an x86-64 CPU, but only detected an i686 CPU. unable to boot - please ues a ker...

截图如下:在虚拟机中安装linux系统,主机为win7 64位系统,cpu是q8300解决方法:进入BIOS -- 设置BIOS的虚拟化(不打开,默认是工作在32位模式的,virtualization technology设置为 enable)--保存退出。不是所有的电脑都能找到virtualization technology设置项,有些老的主板上没这个设置项。转载于:http...

#运维
Android 自绘TextView解决提前换行问题,支持图文混排

http://blog.csdn.net/yellowcath/article/details/27527275转高手文···有空整理(懒癌晚期,估计很难)转载于:https://www.cnblogs.com/huanciyuan/p/4643631.html

#移动开发
iOS开发-Swift获取手机设备信息(UIDevice)

使用UiDevice获取设备信息获取设备名称let name = UIDevice.currentDevice().name获取设备系统名称let systemName = UIDevice.currentDevice().systemName获取系统版本let systemVersion = UIDevice.currentDevice().syste...

#移动开发#swift
染色问题的算法(转)

#include<iostream>#define NUM 5using namespacestd;bool ok(int i,int b[],int a[NUM][NUM]){for(int j=0;j<i;j++)if(a[i][j]==1&&b[i]==b[j])return false...

到底了