搜索到与相关的文章
Python

Ubuntu+python将nii图像保存成png格式

这里介绍一个nii文件保存为png格式的方法。这篇文章是介绍多个nii文件保存为png格式的方法:https://www.jb51.net/article/165692.htm系统:Ubuntu16.04软件:python3.5先用pip安装nibabel、numpy、imageio、os。importnibabelasnibimportnumpyasnpimportimageioimportosdefread_niifile(niifile):#读取ni

系统 2019-09-27 17:49:23 2537

Python

python将字符串list写入excel和txt的实例

docs=[‘icasspimprovedhumanfaceidentificationusingfrequencydomainrepresentationfacialasymmetry',‘patternrecognitionunsupervisedmethodsclassificationhyperspectralimageslowspatialresolution',‘iscaspostlayoutwatermarkingmethodipprotec

系统 2019-09-27 17:48:14 2537

编程技术

简评游戏人工智能相关的中文书(补遗)

赖勇浩(http://laiyonghao.com)今天介绍的全部是好书。windows游戏编程大师技巧(第二版)2004年2月第一版作者AndreLaMothe实在太牛了,早在九十年代初他写了一本《Samsteachyouselfgameprogrammingin21days》启发了无数激情的小孩,最终他们成为游戏开发行业的中坚力量,其中就包括了为本书作序的Andre的前同事,在dreamworks和EA工作过的RichardBenson。到现在,And

系统 2019-08-29 23:43:41 2537

编程技术

Hibernate transaction

(capturedfromaverygoodHibernateBook,copyrightbelongstotheauthor)FirsttypelostFirsttransaction’srollbackoverwritesecondtransaction’supdateonsamerecordSecondtypelostFirsttransaction’scommitoverwritesecondtransaction’supdateonthesame

系统 2019-08-29 23:05:51 2537

编程技术

struts2 debugModel

com.opensymphony.xwork2.interceptor.ParametersInterceptorsetParameters严重:ParametersInterceptor-[setParameters]:UnexpectedExceptioncaughtsetting'submit'on'classcom.learning.action.LoginAction:Errorsettingexpression'submit'withvalue

系统 2019-08-29 22:52:45 2537

编程技术

iPictrue:图片标注提示

iPictrue是一款基于jQuery,能在图片上的任意位置标注提示信息的插件,使用iPictrue可以让图片内容更丰富,提高互动性,适用于一些需要注释图片信息的应用如产品结构图等,它还支持图片、链接等html内容。查看演示DEMO下载源码HTML首先在页面中加入jquery库以及iPicture插件,以及css样式文件。

系统 2019-08-29 22:41:31 2537

编程技术

深入浅出JAX-WS 2.0

本文根据SUN官方网站EnterpriseJavaTechnologiesTechTips栏目上的一篇文章改写的,所有过程均调试通过。一.前言SOA思想的核心在于"S",凡是从服务的角度去看待系统功能,并且构建和实现应用,都可以认为是SOA的某种实现形式。下面一段要说的是:SOA技术的核心在于"O"--只有做到Service-Orientation的技术,才能真正称为SOA技术。怎样才能算作Service-Orientation?我们再以OO进行类比:VB

系统 2019-08-29 22:28:39 2537

编程技术

简单位移动画TranslateAnimation

已不再推荐补间动画,请使用属性动画;http://blog.csdn.net/guolin_blog/article/details/43536355http://blog.csdn.net/guolin_blog/article/details/43816093动画中的View的点击判断http://blog.csdn.net/seker_xinjian/article/details/7236945Android动画框架详解http://www.ibm

系统 2019-08-29 22:18:12 2537

Android

Android控件无法显示的可能原因

因为刚开始学习android,多少对控件以及详细的参数配置不熟悉,加之经验少,导致今天因为一个RadioButton无法显示搞了半个小时。先看配置源码:

系统 2019-08-12 09:30:28 2537

Linux

linux配置定时任务方法

相关知识:cron服务相关命令:/sbin/servicecrondstart//启动服务/sbin/servicecrondstop//关闭服务/sbin/servicecrondrestart//重启服务/sbin/servicecrondreload//重新载入配置以上是cron服务启动的相关命令,如没有启动的话可进行手动启动。当然,更好的方法是将它设为随机自动启用,只需在/etc/rc.d/rc.local这个脚本的末尾加上:/sbin/servi

系统 2019-08-12 09:30:23 2537