码迷,mamicode.com
首页 >  
搜索关键字:write    ( 14678个结果
[工具]SublimeText编辑器一些设置-JAVA编译运行
Sublime Text 2 一些设置January 10th, 2013731viewsPosted in软件Write comment个人的关于Sublime Text 2的一些设置和插件。关于安装:程序主页:https://sublimetext.com/Windows7/8下安装版的配置文件...
分类:编程语言   时间:2014-06-05 21:30:48    阅读次数:452
class-dump的使用
1.找到app文件的位置 1.1.teminal(终端)相当于windows中的命令行, Finder->应用程序->实用工具->终端 1.2.在Mac机上显示隐藏文件, 在终端中用如下命令显示和隐藏"隐藏文件"显示:defaults write com.apple.finder AppleShow...
分类:其他好文   时间:2014-06-05 19:00:18    阅读次数:265
mac OS 常用的一些快捷键
截图:1.Command+shift+3:全屏截图,保存截图到桌面 2.Command+shift+4:鼠标选定区域截图,保存截图到桌面显示隐藏文件: defaults write com.apple.finder AppleShowAllFiles -bool true/false
分类:其他好文   时间:2014-06-04 14:36:53    阅读次数:233
Xcode4删除文件后missing file警告
1.运行终端,执行命令行进入missing file目录,然后运行svn delete nameOfMissingFile或git rm nameOfMissingFile2.删除隐藏的.svn文件。命令行运行defaults write com.apple.finder AppleShowAllF...
分类:其他好文   时间:2014-06-03 16:20:06    阅读次数:405
Ubuntu14.04 Objective-C hello world
1. Install GNUstepsudo apt-get install gnustep gnustep-devel2. Write hello world program, and save as hello.m#import int main (int argc, const char * ...
分类:其他好文   时间:2014-06-02 12:49:08    阅读次数:185
LeetCode: Same Tree [100]
【题目】 Given two binary trees, write a function to check if they are equal or not. Two binary trees are considered equal if they are structurally identical and the nodes have the same value. 【题意】 判断了两个二叉树是否相等 【思路】 递归...
分类:其他好文   时间:2014-06-02 11:03:03    阅读次数:205
【leetcode】 Sudoku Solver
问题: Write a program to solve a Sudoku puzzle by filling the empty cells. Empty cells are indicated by the character '.'. You may assume that there will be only one unique solution. ...
分类:其他好文   时间:2014-06-02 05:25:23    阅读次数:295
ORA-09817: Write to audit file failed   Linux-x86_64 Error: 28: No space left on device
连接数据库报错 [oracle@tips~]$sqlplus/assysdba SQL*Plus:Release11.2.0.3.0ProductiononFriJun2918:44:032012 Copyright(c)1982,2011,Oracle.Allrightsreserved. ERROR: ORA-09817:Writetoauditfilefailed. Linux-x86_64Error:28:Nospaceleftondevice Additionalinforma..
分类:系统相关   时间:2014-06-02 04:12:14    阅读次数:915
powershell_读取ORA错误脚本
#过滤oracle警告日志文件ORA-错误 $c=Get-ContentC:\script.txt|select-string-pattern"ora-" #判断ORA-错误存在条件 #若$c返回值为null,则输出1返回值结束循环 if($c-eq$null) { write-host"STATE_OK" $STATE_OK={return1;} $b=&$STATE_OK $b } #若$c返回值不为空,..
分类:其他好文   时间:2014-06-02 03:26:07    阅读次数:197
powershell-无法加载文件,因为在此系统中禁止执行脚本
写了一个powershell脚本测试脚本,结果执行的时候报错 $a=Get-ContentC:\script.txt|select-string-pattern"ora" if($a-eq$null) { write-host"error" } else { write-host"OK" } PSD:\>.\pshell.ps1 无法加载文件D:\pshell.ps1,因为在此系统中禁止执行脚本。有关详..
分类:其他好文   时间:2014-06-02 03:17:04    阅读次数:244
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!