۲۹
۱۳۹۰
jQuery : Error: $(document).ready is not a function
jQuery : Error: $(document).ready is not a function Yes it bloody is! Quite often when I’m mucking about with WordPress firebug will throw the following error: jQuery : Error: $(document).ready is not a function If you see this error it’s because another framework is in conflict with jQuery – most usually in my case it’s mootools or scriptaculous, anyway here’s the work-around. The people who developed jQuery had the foresight to include a function which [...]
۵
۱۳۹۰
نحوه نصب Python بر روی Linux
$ wget http://www.python.org/ftp/python/2.7/Python-2.7.tgz $ tar xzf Python-2.7.tgz $ cd Python-2.7 $ ./configure –with-pth –with-dec-threads –with-signal-module –prefix=/opt/python-2.7 $ make # make install
۲۶
۱۳۸۹
Redirect http to https in htaccess file
.htaccess file: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
۱
۱۳۸۹
محتوای استاتیک چیست؟
محتوای استاتیک از هر جهت شبیه سایر محتوا می باشند اما تفاوت عمده آنها در این است که مستقل از مجموعه یا بخشی می باشند
برگهها
آخرین دیدگاهها
- Sajad در آموزش نصب IBSng در centos
- امیر در آموزش نصب IBSng در centos
- Sajad در نصب فایروال apf سرور لینوکس
- محمد در نصب فایروال apf سرور لینوکس
- Sajad در افزایش سایز MySQL جهت آپلود فایل
نوشته شده توسط Sajad