码迷,mamicode.com
首页 >  
搜索关键字:go access    ( 21255个结果
在eclipse下安装ADT插件出错的解决办法
通过Google大神,在国外网站,找到相应的解决办法!还是Google比较权威呀。Go to Help, "Install New Software..."Click on "Available Sofware Sites"Searchhttp://download.eclipse.org/rele...
分类:系统相关   时间:2014-05-26 09:14:20    阅读次数:258
sql 储存过程的使用
--获取所有数据 根据自定义函数传人类型id返回类型名称USE [Cloths]GO/****** Object: StoredProcedure [dbo].[Proc_all] Script Date: 05/23/2014 12:10:37 ******/SET ANSI_NULLS ...
分类:数据库   时间:2014-05-26 07:58:41    阅读次数:379
Eclipse error:Access restriction
报错:Access restriction: The method decodeBuffer(String) from the type CharacterDecoder is not accessible due to restriction on required libraryAccess r...
分类:数据库   时间:2014-05-26 07:30:24    阅读次数:279
JavaEE读书笔记
1、JavaEE应用的分层模型 A、Domain Object B、Data Access Object C、Service D、Controller E、Performance E--->D--->C--->B--->A--->DataBase2、ORM(Object Relation Mappi...
分类:编程语言   时间:2014-05-26 07:07:35    阅读次数:356
go语言实现遍历目录,及查找特定的文件类型
1 // filelist.go 2 package main 3 4 import ( 5 //"flag" 6 "fmt" 7 "os" 8 "path/filepath" 9 "strings"10 )11 12 var (13 ostype...
分类:其他好文   时间:2014-05-26 06:19:07    阅读次数:239
zabbix 解决 Asuming that agent dropped connect because of access permision
zabbix 解决 Asuming that agent dropped connect because of access permision...
分类:数据库   时间:2014-05-26 03:48:44    阅读次数:313
javascript:history.go()和History.back()的区别
后退+刷新在C# Web程序中,如为页面按钮写返回上一页代码this.RegisterClientScriptBlock("E", "");其中,history.go(-2),要写为-2,因在按钮事件触发前,已刷新一次页面,所以应是-2。Response.Write("");此处也要写为“-2”。....
分类:编程语言   时间:2014-05-26 02:24:07    阅读次数:383
CentOS命令登录MySQL时,报错ERROR 1045 (28000):
CentOS命令登录MySQL时,报错ERROR 1045 (28000): Access denied for user root@localhost (using password: NO)错误解决方法1、停用mysql服务:# /etc/rc.d/init.d/mysqld stop2、输入命...
分类:数据库   时间:2014-05-26 01:58:12    阅读次数:306
持续集成及部署利器:Go
Go是一款先进的持续集成和发布管理系统,由ThoughtWorks开发。(不要和Google的编程语言Go混淆了!)其前身为CruiseControl,是ThoughtWorks在做咨询和交付交付项目时自己开发的一款开源的持续集成工具。后来随着持续集成及持续部署的火热,ThoughtWorks专门成...
分类:其他好文   时间:2014-05-25 12:32:57    阅读次数:440
jsp页面跳转
window.history.back(-1) window.history.back(); window.history.forward() window.history.go(-1) javascript:history.go(-1)和javascript:history.back(-1)go(-1): 返回上一页, 原页面表单中的内容会丢失; back(-1): 返回上一页,...
分类:Web程序   时间:2014-05-25 09:36:56    阅读次数:387
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!