Lập trình

Q & A cho các lập trình viên chuyên nghiệp và đam mê

18
(các) biểu tượng không tìm thấy cho kiến ​​trúc i386
Khi cố gắng biên dịch với Xcode, tôi gặp lỗi sau: **Ld /Users/doronkatz/Library/Developer/Xcode/DerivedData/iKosher-bphnihrngmqtkqfgievrrumzmyce/Build/Products/Debug-iphonesimulator/iKosher.app/iKosher normal i386 cd /Users/doronkatz/Sites/xCode/iKosher setenv MACOSX_DEPLOYMENT_TARGET 10.6 setenv PATH "/Xcode4/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Xcode4/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Xcode4/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -arch i386 -isysroot /Xcode4/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk -L/Users/doronkatz/Library/Developer/Xcode/DerivedData/iKosher-bphnihrngmqtkqfgievrrumzmyce/Build/Products/Debug-iphonesimulator -L/Users/doronkatz/Sites/xCode/iKosher -F/Users/doronkatz/Library/Developer/Xcode/DerivedData/iKosher-bphnihrngmqtkqfgievrrumzmyce/Build/Products/Debug-iphonesimulator -filelist /Users/doronkatz/Library/Developer/Xcode/DerivedData/iKosher-bphnihrngmqtkqfgievrrumzmyce/Build/Intermediates/iKosher.build/Debug-iphonesimulator/iKosher.build/Objects-normal/i386/iKosher.LinkFileList -mmacosx-version-min=10.6 -all_load -ObjC -Xlinker -objc_abi_version -Xlinker 2 -lz -framework Security -framework CFNetwork -framework CoreData -framework Foundation -framework …
113 objective-c  ios  xcode4 



8
Tắt ActiveRecord cho Rails 4
Tôi muốn tắt ActiveRecord trong Rails 4. Tôi đã làm như sau trong config/application.rb require File.expand_path('../boot', __FILE__) # require 'rails/all' -- commented require "action_controller/railtie" require "action_mailer/railtie" #require "active_resource/railtie" no need #require "rails/test_unit/railtie" no need #require "sprockets/railtie" no need # Require the gems listed in Gemfile, including any gems # you've …


13
Làm thế nào để đọc tệp từ đường dẫn tương đối trong dự án Java? java.io.File không thể tìm thấy đường dẫn được chỉ định
Tôi có một dự án gồm 2 gói: tkorg.idrs.core.searchengines tkorg.idrs.core.searchengines Trong gói (2) tôi có một tệp văn bản ListStopWords.txt, trong gói (1) tôi có một lớp FileLoadder. Đây là mã trong FileLoader: File file = new File("properties\\files\\ListStopWords.txt"); Nhưng có lỗi này: The system cannot find the path specified Bạn …
113 java  file 



5
Nguồn cấp dữ liệu RSS trong ASP.NET MVC
Bạn sẽ đề xuất xử lý Nguồn cấp RSS trong ASP.NET MVC như thế nào? Sử dụng thư viện của bên thứ ba? Sử dụng công cụ RSS trong BCL? Chỉ tạo một dạng xem RSS kết xuất XML? Hay một cái gì đó hoàn toàn khác?
113 asp.net-mvc  rss 



4
gunicorn tự động tải về thay đổi nguồn
Cuối cùng, tôi đã di chuyển env phát triển của mình từ runningerver sang gunicorn / nginx. Sẽ rất tiện lợi nếu sao chép tính năng tải tự động của máy chủ chạy sang gunicorn, do đó máy chủ tự động khởi động lại khi nguồn thay đổi. Nếu không, …

3
JavaScript thay thế / regex
Với chức năng này: function Repeater(template) { var repeater = { markup: template, replace: function(pattern, value) { this.markup = this.markup.replace(pattern, value); } }; return repeater; }; Làm cách nào để this.markup.replace()thay thế toàn cầu? Đây là vấn đề. Nếu tôi sử dụng nó như thế này: alert(new Repeater("$TEST_ONE $TEST_ONE").replace("$TEST_ONE", "foobar").markup); …



Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.