`
destinyd
  • 浏览: 33936 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论
文章列表
原来编译的时候没有加ruby 不能使用CommandT 于是加参数重新编译了一次 随后一直乱码 后台G了下才知道是少了参数的原因(原来我也没加这参数阿) python python3 ruby 都有了 自己看这办吧 ./configure --enable-pythoninterp=yes --enable-python3interp=yes --enable-rubyinterp --enable-cscope --enable-multibyte
ActiveRecord 记得has_xxx has_many :prices 记得accepts_nested_attributes_for accepts_nested_attributes_for :prices 记得在controller里实例化(否则不显示) @user.prices.build
没有什么好说的 sudo add-apt-repository ppa:ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine1.3 wine --version ->wine-1.3.28 wget http://www.kegel.com/wine/winetricks sudo chmod +x winetricks sh winetricks msxml3 gdiplus riched20 riched30 ie6 vcrun6 vcrun2005sp1 vcrun6sp6 cjkfonts corefonts ...
最近好像没怎么动到配置 莫名其妙的来了这么一着 搜索了一下 把apache目录里的php5apache.dll, libmysql.dll 拷到 c:\windows\system32 解决了 很是莫名其妙
启动失败 出现 repair system #1: 登陆金系统之后 fsck 会提示错误错误原因 y到底 reboot 由于最近经常停电,导致文件系统出现这种问题 有那么缺电吗 艹
看指令 各种蛋疼 不说什么了…… gem install mysql2 -- --with-mysql-lib=/d/mysql-5.5.15-win32/lib --with-mysql-include=/d/mysql-5.5.15-win32/include cp /d/mysql-5.5.15-win32/lib/libmysql*.dll /c/windows/system32/ 其实主要问题就只有mysql2 其他自己研究下吧
Android游戏与应用开发最佳学习路线图 为了帮助大家更好的学习Android,并快速入门特此我们为大家制定了以下学习路线图,希望能够帮助大家。 一、      路线图概括: 二、           具体需要掌握知识点:                       三、 具体知识点与目标                                   Java基础 知识点 目标 Java 概述 Java 基础入门 Java 开发环境搭建 熟练开发环境搭建、使用Eclipse编译运行调试项目 Java基本程序设计结构 熟练Java基本程序的书写、熟练运用数 ...
adb shell pm setInstallLocation 2 reboot 自带拨号键盘输入 工程模式列表是*983*70# 以下是具体的。工程模式列表都包含的 *983*31# 屏幕测试(可以测试亮点) *983*1# 防伪短信 *983*2# 防伪短信号码设置 *983*3# 防伪短信模式设置 *983*21# 音频回路测试 *983*22# SN号码设置 *983*23# 校准综测 *983*25# 电池信息 *983*28# 蓝牙射频测试 *983*31# 屏幕测试(可以测试亮点) *983*32# 软件版本号 *983*36# DM参数切换 *983*37# PIM参数 ...
ImageMagick-6.7.1-0-Q16-windows-static.exe 安装完了之后记得把安装目录下的所有dll 防到c:\windows\system32下 php -m imagick 显示在内 安装成功
magento后台登陆之后自动返回登陆见面 没有任何提示(火狐能正常登陆) 查资料发现了N种可能性 数据库中设置问题、域名问题 http://www.yireo.com/tutorials/magento/magento-administration/651-unable-to-login-into-the-magento-backend Unable to login into the Magento backend When you migrate your Magento website from location to another, or you change the domain ...
先安装ImageMagick 怎么安装就不说了 方法N多 之后 pecl install imagick 安装完了之后phpinfo里面死活没看到信息 tail -f /usr/local/httpd/logs/error_log 发现 PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/imagick.so' - /usr/lib64/php/modules/imagick.so: cannot open shared object file: No such file or d ...
今天蠢了一下午 不如花5分钟搜索。。 查询重复记录 select * from table GROUP BY name 只把有重复的显示出来 select * ,count(*) as nums from tab_a group by name having nums>1 方法一:(这个方法比较不错,只是自增字段会重建)   新建一个临时表    create   table   tmp   as   select   *   from   youtable   group   by   name    删除原来的表    drop   table   youtable  ...
rails3 paperclip在上传图片后报错: Paperclip::CommandNotFoundError is not recognized by the 'identify' command. 等是因为指向目录不对导致到 解决方法是 $ which identify /some/path/to/identify 修改config/environments/development.rb Paperclip.options[:command_path] = "/some/path/to"
name: rubymine ===== LICENSE BEGIN ===== 70414-12042010 00002VG0BeoZbwmNAMNCx5E882rBEM Ysn1P!e"s830EDlHcWg8gmqYVkvZMo Injf4yqlO1yy"82NiwNzyYInoT7AiX ===== LICENSE END =====
抓取数据的时候出现这个错误了~ 搜到下面解决方法 最近写程序抓取数据,发现对有的网站用HttpWebrequest抓取网页的时候会报错,捕获异常提示:"服务器提交了协议冲突 Section=ResponseStatusLine ”,改用WebClient也是同样问题,后来知道,WebClient是对HttpWebrequest进一步进行了封装。 最后终于找到问题根源:The  server  committed  a  protocol  violation.  Section=ResponseHeader  Detail=CR  must  be  followed  by  L ...
Global site tag (gtag.js) - Google Analytics