Unlock ABAP Program editor lock...
分类:
其他好文 时间:
2014-12-29 12:14:04
阅读次数:
157
安装软件:vmwarestation-v9.0.1() MAC OS X Mountain Lion 10.8.2 xcode 4.6.2一定要安装补丁:unlock-all-v110(mac系统默认没有打开)创建一个虚拟机:workstation 9.0(推荐选择最新的) ...
分类:
移动开发 时间:
2014-12-27 13:52:33
阅读次数:
233
JTSlideShadowAnimation效果图:JTSlideShadowAnimation allow you to reproduce the famous "slide to unlock effect" on iOS.JTSlideShadowAnimation能让你重现巨好看的“锁屏滑...
分类:
其他好文 时间:
2014-12-26 22:54:45
阅读次数:
251
1.怎样解锁scott账户
原因:默认Oracle10g的scott不能登陆。
解决:
(1)conn sys/sys as sysdba;//以DBA的身份登录
(2)alter user scott account unlock;// 然后解锁
(3)conn scott/tiger //弹出一个修改密码的对话框,修改一下密码就可以了
具体操作步骤如下:
C:> sql...
分类:
数据库 时间:
2014-12-26 14:38:00
阅读次数:
252
以超级管理员登录sqlplus sys/123 as sysdba解锁用户alter user xutianhao account unlock
分类:
数据库 时间:
2014-12-25 16:02:07
阅读次数:
115
终端ssh登录mac用shell打包ipa报错:replacing existing signature报错原因:login.keychain被锁定,ssh登录的没有访问权限解决方法:终端敲入security unlock-keychain ${HOME}/Library/Keychains/log...
分类:
系统相关 时间:
2014-12-23 15:32:13
阅读次数:
924
前段时间review同事的代码,发现可以简化成如下的模型:Thread 1Thread 2lock.lock();condition.await();lock.unlock()lock.lock();condition.signal();lock.unlock();怀疑是个死锁。写了下面这个case...
分类:
其他好文 时间:
2014-12-22 21:07:35
阅读次数:
180
$(window).load(function() { $('.flexslider').flexslider({ animation: "fade", //String: Select your animation type, "fade" or "slide"图片变换...
分类:
其他好文 时间:
2014-12-22 17:44:01
阅读次数:
173
1.cmd sqlplus /nolog;2.conn sys/ as sysdba;3.create userqueryidentified by query;//创建用户4.alter user queryaccount unlock;//解锁5.alter user queryidentif....
分类:
数据库 时间:
2014-12-19 15:32:41
阅读次数:
195
移动端图片滑动 swipe.js slide.js桌面端图片滚动jquery.jslides.js(自己最常用的),jquery.slides.js,标准的slides.min.jquery.js元素抖动jquery.jrumble单页面滑动 jquery.smint.js操作cookiejquer...
分类:
Web程序 时间:
2014-12-19 11:35:32
阅读次数:
183