搜索到与相关的文章
编程技术

OARDC FY13 Q1 Outstanding Teams Award

上个财年FY12Q3,获得了OracleAsianR&DCenter'SpotIndividualAward',这个财年FY13,我们的团队又获得了OARDCFY13Q1"OutstandingTeamsAward"。OARDCFY13Q1OutstandingTeamsAward

系统 2019-08-12 09:29:27 2681

C#

c# 操作word

1.引用word组件2.定义wordWord.Applicationapp=newWord.Application();Word.Documentdoc=newWord.Document();app.DisplayAlerts=Word.WdAlertLevel.wdAlertsNone;objectObj_FileName=“filename”;objectVisible=false;objectReadOnly=false;//打开文件doc=app.

系统 2019-08-12 09:27:34 2681

各行各业

yii2.0安装创建应用shiyong 归档文件安装

环境是wamp在本机开发http://www.yiiframework.com/download/InstallfromanArchiveFileDownloadoneofthefollowingarchivefiles,andthenextractittoaWeb-accessiblefolder:Yii2withbasicapplicationtemplateYii2withadvancedapplicationtemplate我下载basic版本ad

系统 2019-08-12 09:27:31 2681

各行各业

Installing GitLab 2.1 on Centos 6

Step1:Installneededpackagesyouwillneedremoveinstalledrubybecauserepoversionis1.8.7andweneed1.9atleastyumremoverubyyuminstallwgetenableepelreposwgethttp://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpmrpm-Uv

系统 2019-08-12 09:26:45 2681

Android

【Android Developers Training】 20. 创建一个

注:本文翻译自Google官方的AndroidDevelopersTraining文档,译者技术一般,由于喜爱安卓而产生了翻译的念头,纯属个人兴趣爱好。原文链接:http://developer.android.com/training/basics/fragments/creating.html你可以把一个fragment看成是一个activity的模块,有着自己的生命周期,接收自己的时间输入,你可以在activity的运行阶段添加或者移除fragmen

系统 2019-08-12 01:55:20 2681

Android

【Android Developers Training】 28. 将用户带

注:本文翻译自Google官方的AndroidDevelopersTraining文档,译者技术一般,由于喜爱安卓而产生了翻译的念头,纯属个人兴趣爱好。原文链接:http://developer.android.com/training/basics/intents/sending.htmlAndroid的一个最重的特性就是一个应用可以将用户带领到另一个应用的能力,这一切基于的是一个应用期望表现的“行为(action)”。例如,如果你的应用有一个你期望显示

系统 2019-08-12 01:55:17 2681

MySql

MySQL事件 Events

一、关键字:EVENT二、语法:CREATEEVENT?[IFNOTEXISTS]//如果不存在则创建event_name?ONSCHEDULEschedle[ONCOMPLETION[NOT]PRESERVE][ENABLE|DESABLE][COMMENT'comment']DOsql_statement说明:1.event_name事件的名称2.ONSCHEDULE有两种设定计划任务的方式:#单次计划任务:AT时戳#重复的计划任务EVERY时间(单位

系统 2019-08-12 01:52:50 2681

MySql

MySQL Administrator 登录报错

使用MySQLAdministrator登录,报错:Eithertheserverserviceortheconfigurationfilecouldnotbefound.Startupvariableandservicesectionaretherefordisabled.使用Root登录进去以后看到管理功能都是禁止掉的,提示:Thissectionisonlyavaliablewhenconnectedtolocalhostsolution:点开MyS

系统 2019-08-12 01:52:42 2681

C#

C# 数据类型映射 (SQLite,MySQL,MSSQL,Oracle)

一、C#vsSQLite:C#SQLite字段名类型库类型GetFieldType(#)转换备注F_BOOLboolBITNOTNULLBooleanF_BOOL_NULLbool?BITBooleanF_SBYTEsbyteINT8NOTNULLSBytesbyte_F_SBYTE_NULLsbyte?INT8SBytesbyte_F_BYTEbyteUINT8NOTNULLByteF_BYTE_NULLbyte?UINT8ByteF_SHORTshor

系统 2019-08-12 01:32:31 2681