C# و SQL Server نکته های جالب و مهم در

متن مرتبط با «افزایش حجم درایو c بدون فرمت» در سایت C# و SQL Server نکته های جالب و مهم در نوشته شده است

HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related

  • نیلوبلاگ

    HTTP Error 500.19 - Inteal Server Error The requested page caot be accessed because the related configuration data for the page is invalid Module IIS WebCoreNotificationUnknownHandlerNot yet dete...

    ادامه مطلب
  • MS Excel 2013: How to Change Column Headings from Numbers to Letters

  • نیلوبلاگ

    https://www.techonthenet.com/excel/questions/column_letters2013.php 1. To change the column headings to letters, select theFile tabin the toolbar at the top of the screen and then click onOptionsat...

    ادامه مطلب
  • Change Default Program for file - Command line or Registry

  • نیلوبلاگ

    Please follow the steps. Open an elevated command promote(Run as Administrator). Use FTYPE {fileType}={commandString} to creat a file type and associated command to open the file. ...

    ادامه مطلب
  • خطای No 'Access-Control-Allow-Origin'

  • نیلوبلاگ

    Access to XMLHttpRequest at 'http://localhost:6063/marketing/Click_Log_OTP?u=15.200.011.112' from origin 'http://mysite.ir' has been blocked by CORS policy: Response to preflight request doesn't pass ...

    ادامه مطلب
  • برای تست Webservice ها در محیط ویندوز

  • نیلوبلاگ

    برای تست Webservice در محیط ویندوز می تونید وارد برنامه زیر در VS بشین(یعنی شرط قابلیت تست Webservice در ویندوز باید حتما VS نصب داشته باشین)توسط ابزار WcfTestClient.exe می توان تست انجام داد :C:Program Files (x86)Microsoft Visual Studio 12.0Common7IDEWcfTestClient.exe|+| نوشته شده توسط علی نعیم آبادی در یکشنبه هشتم بهمن ۱۳۹۶  | Let's block ads! بخوانید...

    ادامه مطلب
  • how to allow remote connection to mysql

  • نیلوبلاگ

    1. create a coection and user in workbeanch(I mean give the coection other user than rootfor ex:LaptopOut) 2. open mysql command line 3.then type this command : grant all privileges on *.* to 'LaptopOut'@'192.168.20.50' identified by 'myPass'; note: the myPass can be diffrent from the main password of the coection! result of the command should be as below : Query OK, 0 row affected, 1 waing (0.00 sec) 4.then type this command :flush privileges; result should be as below : Query OK, 0 rows affected, (0.00 sec) 5.to check if we have access to port 3306 from other system to this : in second system install telnet and then use this command in the command promt telnet 192.168.0.20 3306 result is ...

    ادامه مطلب
  • HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related

  • نیلوبلاگ

    HTTP Error 500.19 - Inteal Server Error The requested page caot be accessed because the related configuration data for the page is invalid Module IIS WebCoreNotificationUnknownHandlerNot yet determined ErrorCode0x80070005ConfigErrorCaot read configuration file due to insufficient permissions ConfigFile \?C:UsersYassoDocumentsVisual Studio2008WebSitesWebSite5web.configSOLUTION :Right click on folder you need to give security permission to. This is the root folder where you application is published and is the same folder as your IIS website physical path. Choose properties from the context menu and click on the Security tab. Edit users, and then Add a user. Click the Locations butt...

    ادامه مطلب
  • مشکل کانکشن همزمان از TCP در Visual Studio

  • نیلوبلاگ

    وقتی تو VS توسط thread همزمان 10 درخواست از سمت سرور داشته باشیم با مشکل مواجه خواهیم شد. برای رفع این محدودیت : باید این خط کد را ابتدای برنامه تنظیم کرد : System.Net.ServicePointManager.DefaultCoectionLimit = 100;...

    ادامه مطلب
  • حذف همه contact در تلگرام

  • نیلوبلاگ

    I have a short way that will delete all of your telegram contacts at once: 1- you must sign in to your account with web version of Telegram: 2- open contacts from menu and then scroll it to end of your contacts (in order to load them all) 3- click "Edit" On the top bar of contacts window. 4- Open Console by (right click on the page > Inspect element > console tab) for Mozilla Firefox and something like this in other browsers. 5- type this jquery code in Console and then press enter to run:$('.contacts_modal_contact').click(); wait! wait until all of your contacts being selected. Your browser may become "not responsible" during this step. if your browser ask you to continue or stop s...

    ادامه مطلب
  • آپلود با حجم بالا

  • نیلوبلاگ

    1.   2.  ...

    ادامه مطلب
  • راهکار در Excel

  • نیلوبلاگ

    برای کپی کردن فرمت (مثلا می خواهیم همه ردیف ها از ستون قبلیش کپی کنه) 1) Ctrl + Shift + Down 2) Ctrl + D Insert Formula استخراج A که در F موجود نمیباشه =VLOOKUP(A2,F:F,1,0) 3) F2 --->control-shift-homewill select all the text 4)=TEXT(C2,"hh:mm:ss")|+| نوشته شده توسط علی نعیم آبادی در چهارشنبه هشتم شهریور ۱۳۹۶ | ...

    ادامه مطلب
  • ویرایش کردن خروجی select در SQL

  • نیلوبلاگ

    جهت ویرایش کردن خروجی Select در SQL Server باید به شیوه زیر عمل کنید : حتما باید بر روی یکی از جداول(مهم نیست) راست کلیک کرد و Edit را بزنید و بعد در نوار بالا Show Sql Pane یا Ctrl + 3 یا در منو Query Designer بعد Pane و نهایتا SQL را انتخاب کنید ...

    ادامه مطلب
  • Windows explorer don't refresh when deleting/moving/create in windows 10

  • نیلوبلاگ

    dism.exe /online /cleanup-image /scanhealthsfc /scaowdism.exe /online /cleanup-image /restorehealthsfc /scaow Dism.exe /online /Cleanup-Image /StartComponentCleanupsfc /scaowDism /Online /Cleanup-Image /RestoreHealthsfc /scaow ==========Open an elevated command prompt. To do this, swipe in ...

    ادامه مطلب
  • How to Fix SQL Server Databases in Suspect or Recovery Pending Mode

  • نیلوبلاگ

    Once in a while your SQL database may show up as “Suspect” or “Recovery Pending.” Either way the database will be inaccessible. depending on the database your SharePoint server might become totally useless. For example, the two Forefront Identity Management (FIM) services required for User Profile S...

    ادامه مطلب
  • نمایش خط خطا در C#

  • نیلوبلاگ

    System.Diagnostics.StackTrace st = new System.Diagnostics.StackTrace(ex, true);System.Diagnostics.StackFrame[] frames = st.GetFrames(); // Iterate over the frames extracting the information you need foreach (System.Diagnostics.StackFrame frame in frames){msg += string.Format("n Method Path : {0} n Method Name : {1}n Method Line : {2} n Mehtod StatIndex In Line : {3}", frame.GetFileName(), frame.GetMethod().Name, frame.GetFileLineNumber(), frame.GetFileColumnNumber()) + "n-----------------------------------n";} |+| نوشته شده توسط علی نعیم آبادی در سه شنبه دهم اسفند ۱۳۹۵ | ...

    ادامه مطلب
  • مشکل کانکشن همزمان از TCP در Visual Studio

  • نیلوبلاگ

    وقتی تو VS توسط thread همزمان 10 درخواست از سمت سرور داشته باشیم با مشکل مواجه خواهیم شد. برای رفع این محدودیت : باید این خط کد را ابتدای برنامه تنظیم کرد : System.Net.ServicePointManager.DefaultCoectionLimit = 100; |+| نوشته شده توسط علی نعیم آبادی در سه شنبه بیست و نهم فروردین ۱۳۹۶ | ...

    ادامه مطلب
  • نحوه https کردن localhost یا domain موقتی (رایگان)

  • نیلوبلاگ

    http://www.iranweblea.com/articles/other-articles/%D8%A7%D8%B4%D8%AA%D8%B1%D8%A7%DA%A9-%DA%AF%D8%B0%D8%A7%D8%B1%DB%8C-%D9%84%D9%88%DA%A9%D8%A7%D9%84-%D9%87%D8%A7%D8%B3%D8%AA-%D8%A8%D8%A7-ngrok ابتدا باید ngrok را نصب نمایید و بعد در قدم بعدخط فرمان (CMD)را باز کنید و به محلی که برای نرم افزار انتخاب کرده اید بروید، به عنوان مثال cd c:ngrok بعد از آن لوکال هاستتان را اجرا، و دستور ngrok 80/. یا ngrok http -host-header=localhost 8080 را در خط فرمان تایپ کنید. تصویر زیر نمونه یک اتصال موفق است درتصویر فوقآدرس تصادفیhttp://350c0f8e.ngrok.com به چشم می خورد که به لوکال هاست من روی پورت ۸۰ اشاره می کند، حال من می توانم آدرس فوق رابرای کارفرما ایمیل کنم و یک پیش نمایش زنده از پروژه را در اختیارش قر...

    ادامه مطلب
  • تغییر collation برای Sql Server 2008

  • نیلوبلاگ

    https://www.mssqltips.com/sqlservertip/3519/changing-sql-server-collation-after-installation/ به روش زیر عمل نمایید : 1.ابتدا Sql Instance مربوطه را Stop نمایید. 2.وارد Cmd با حالت Administrator بشین. 3.وارد پوشه اصلی Sql Server بشین.(در CMD) در این جا برای من به شکل زیر هست : C:Program Files (x86)Microsoft SQL ServerMSSQL10.WINTAPSQLEXPRESSMSSQLBi 4. حال دستور زیر را اجرا نمایید sqlservr -m -T4022 -T3659 -s"WintapSqlExpress" -q"Arabic_CI_AS" 5.حال باید Sql Server مربوطه را Start نمایید توجه : اگر در هنگام استارت کردن Sql Server مربوطه خطا time fusion داد مشکلی نداره ،یکبار سیستم را ریستارت نمایید. ...

    ادامه مطلب
  • در زمان افزودن reference جدید به xamarin با خطا مواجه شدیم

  • نیلوبلاگ

    باید از روش زیر عمل کنید.مثلا زمان افزودن cardview It sounds like you might have a corrupt download. Please try deleting thezipsfolderinsideC:UsersuseameAppDataLocalXamarin. Then, delete the obj/folder from your solution's project folders, restart Xamarin Studio, and rebuild. error that can happen ... Error 11 Please install package: 'Android Support Library' available in SDK installer. Android resource directory C:UsersdevAppDataLocalXamarinAndroid.Support.v421.0.3embedded./ doesn't exist. MyProject.Droid Error 5 Please install package: 'Android Support Library' available in SDK installer. Java library file C:UsersdevAppDataLocalXamarinAndroid.Support.v421.0.3embeddedclasses.jar...

    ادامه مطلب
  • افزایش حجم درایو C بدون فرمت

  • نیلوبلاگ

    EaseUS | Data Recovery, Backup, Partition Manager & PC Utility www.easeus.com...

    ادامه مطلب
  • برچسب‌های مرتبط

    افزایش حجم درایو c بدون فرمت |