ایران کشوری گسترده و چهار فصل است و مناطق طبیعی و تاریخی متنوعی دارد. خیلی از جاذبه های ایران در داخل و خارج از کشور شناخته شده هستند و خیلی دیگر از جاذبه ها نا شناخته باقی مانده اند. در میان جاذبه های گردشگری ایران، مناطقی بسیار زیبا با طبیعت بکر وجود دارند که موجب شگفتی و حیرت هر بازدیدکننده ای می شوند.
نمای طبیعت ایران، طبیعت گردی، بوم گردی، تور بوم گردی
برخی از مناطق طبیعی ایران به قدری زیبا و منحصر به فرد هستند که مثال آن ها را در دنیا نیز نمی توان یافت. در ادامه ی این مطلب قصد داریم زیباترین مناطق طبیعی ایران را معرف حضورتان نماییم. با سایت طبیعت نما همراه باشید.
اگر بخواهیم در نرم افزار FreePBX هنگام ورود تماس از خارج چندین Extention بتوانند جواب بدهند باید مقادیر Call groups و Pickup Groups برای همه این Extentionها برابر باشند.
از مسیر زیر می توانیم این تنظیمات را انجام دهیم:
Applications -> Extentions
سپس Extention مورد نظر را ویرایش می کنیم. در تب Advanced مقادیر Call groups و Pickup Groups را وارد میکنیم.
با تشکر از محمد ساسان
از منوی ADMIN گزینه ی System Admin را انتخاب می کنیم. در پنجره باز شده گزینه ی Power Options را کلیک می کنیم سپس دکمه ی Reboot را کلیک می کنیم.
با تشکر از محمد ساسان
Dim adapters As NetworkInterface() = NetworkInterface.GetAllNetworkInterfaces()
Dim adapter As NetworkInterface
Dim myMac As String = String.Empty
For Each adapter In adapters
Response.Write("<BR/>" & adapter.GetPhysicalAddress.ToString())
Next adapter
منبع: stackOverflow
برای مشاهده و پاک کردن پرینت های داخل ویندوز باید از مسیر زیر اقدام شود:
C:\Windows\System32\Spool\PRINTERS
در این مسیر فایل هایی وجود دارد که با پرینتر در ارتباط می باشند. برای حذف این فایل ها باید با نام کاربری مدیر سیستم یا با حالت safeMode سیستم را راه اندازی کنیم.
SELECT dbo.staff.id, dbo.staff.fullName, dbo.staff.dressCode, dbo.staff.lockerCode, dbo.staff.staffCode,
[dbo].[getCountOfStaffUnavailableDocumnet](dbo.staff.id) as unavailableDocumnet,
(select ' - ' + titleFa from allType where parent = 228 and id not in (select documentType from staffDocument where staff_id=dbo.staff.id)
and id not in(231,236,248,251,255,256)
order by titleFa
FOR XML PATH('')) as unavailableDocumnetTitle,
allType_restaurant.titleFa AS restaurant, allType_position.titleFa AS position, allType_jobStatus.titleFa AS jobStatus
FROM dbo.staff INNER JOIN
dbo.allType AS allType_restaurant ON dbo.staff.restaurant = allType_restaurant.id INNER JOIN
dbo.allType AS allType_position ON dbo.staff.position = allType_position.id INNER JOIN
dbo.allType AS allType_jobStatus ON dbo.staff.jobStatus = allType_jobStatus.id
ORDER BY dbo.staff.id DESC
c:\user\computername\appdata\local\virtualstore\programfiles\tamin\database
مسیر نصب
C:\Program Files (x86)\Tamin
نحوه گرفتن پشتیبان و بازیابی آن
خالی بودن جداول دیتابیس برنامه بیمه تامین اجتماعی و بازگرداندن اطلاعات گذشته
The Save (Not Permitted) dialog box warns you that saving changes is not permitted because the changes you have made require the listed tables to be dropped and re-created.
The following actions might require a table to be re-created:
Adding a new column to the middle of the table
Dropping a column
Changing column nullability
Changing the order of the columns
Changing the data type of a column <<<<
To change this option, on the Tools menu, click Options, expand Designers, and then click Table and Database Designers. Select or clear the Prevent saving changes that require the table to be re-created check box.
select DATEADD(dd, DATEDIFF(dd, 0, getdate()), 0)
How To Remove Write Protection on a USB
To remove the write protection, simply open your Start menu, and click on Run. Type in regedit and press Enter. This will open the registry editor.
The next step is to navigate to the following path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies
Double-click the WriteProtect key located in the right side pane and set the value to 0. Go to the Data Value box and press OK:
To finish, simply restart your system, and then reconnect your USB pen drive to the computer.