搜索到与相关的文章
Android

【Android Developers Training】 42. 从另一台

注:本文翻译自Google官方的AndroidDevelopersTraining文档,译者技术一般,由于喜爱安卓而产生了翻译的念头,纯属个人兴趣爱好。原文链接:http://developer.android.com/training/beam-files/receive-files.htmlAndroidBeam文件传输将文件拷贝至接收设备上的一个特殊目录。同时使用Android媒体扫描器(AndroidMediaScanner)扫描拷贝的文件,并为媒

系统 2019-08-12 01:55:14 2849

Oracle

oracle怎样查询索引的使用情况

查询用户的索引selectindex_name,table_name,tablespace_name,index_type,uniqueness,statusfromdba_indexeswhereowner='SCOTT';查询用户的索引列selectindex_name,table_name,column_name,index_owner,table_ownerfromdba_ind_columnswheretable_owner='SCOTT';查看

系统 2019-08-12 01:53:59 2849

数据库相关

使用instantclient_11_2 和PL/SQL Developer工

本文转自CSDN博客,http://blog.csdn.net/helifengwell/archive/2010/08/18/5820434.aspx1,先到Oracle站点下载InstantClient:http://www.oracle.com/technology/global/cn/software/tech/oci/instantclient/index.html依据你的操作系统选择不同的InstantClient版本号下载回是一个压缩文件,解

系统 2019-08-12 01:53:43 2849

编程技术

安装Visual Studio 2010 - 初学者系列 - 学习者

本文讲述如何安装VisualStudio2010开发工具。首先,通过下列地址获取VisualStudio2010的副本1、开始页面2、欢迎页3、这里选择自定义,选择安装路径4、这里我只选择了C#,其它的都省略5、开始安装6、经过漫长的安装过程,终于安装完毕安装VisualStudio2010-初学者系列-学习者系列文章

系统 2019-08-12 01:33:43 2849

操作系统

matplotlib - users - pylab

matplotlib-users-pylab>I'mabitconfused(tryingtogettheScipy,Numpy,Pylab,Matplolib>storystraight,beforeIplungein)Numpyisthecommoncore,providingN-dimensionalarraysandmath;matplotlibisaplottinglibrary,usingnumpy;scipyisacollectionofma

系统 2019-08-12 01:33:15 2849

Python

Python3+PyInstall+Sciter解决报错缺少dll、html

1调试过程用Python3.6+Sciter+PyCharm写了一个py测试脚本helloworld.py,该脚本中只含有一条语句“importsciter”。在PyCharm中运行之,未报错。#helloworld.pyimportsciter然后将该脚本用PyInstaller打包成exe文件,打包程序pack.py如下:#pack.pyfromPyInstaller.__main__importrunif__name__=='__main__':op

系统 2019-09-27 17:52:27 2848

Python

Python 获取 Access 表字段名

时效说明:walker的旧文迁移,某些地方可能过时,最后更新时间为2015-09-25以下所有代码Python2.7、Python3.4均可用。win32.com#encoding:utf-8#author:walker#date:2015-09-25#summary:打印指定access文件、指定表的所有字段importwin32com.clientdefPrintColumns_win32com(pathfile,tablename):conn=win

系统 2019-09-27 17:49:46 2848

编程技术

jdbc结果集转换成对象列表

将jdbc结果集转换成对象列表估计hibernate就是用得这种方式进行转换的。实体对象Java代码packagetest;//实体对象,该对象的属性与数据库中的字段相同,当然可以改变具体看需求publicclassPerson{privateintid;privateintage;privateStringname;publicintgetId(){returnid;}publicvoidsetId(intid){this.id=id;}publicin

系统 2019-08-29 22:57:50 2848

编程技术

日期 时间处理(七)

关键字:java面试题日期时间转换作者:臧圩人(zangweiren)网址:http://zangweiren.iteye.com>>>转载请注明出处!<<<日期和时间的处理不仅在面试题中会考到,在实际项目开发中也是我们经常需要处理的问题,似乎没有哪个项目可以避开它们,我们常常在处理用户的出生年月日、注册日期,订单的创建时间等属性时用到,由此可见其重要性。java.util.Date类提到日期和时间,我想大家最先想到应该是java.util.Date类吧。

系统 2019-08-29 22:56:07 2848