Once File and Printer Sharing is installed, to share a folder or drive:
Right-click the folder or drive you want to share.
Click Properties. From the Sharing tab, click Advanced Sharing.
Click Share this folder.
In the appropriate fields, type the name of the share (as it appears to other computers), the maximum number of simultaneous users, and any comments that should appear beside it.
If you would like to grant access to particular groups or individuals, click Permissions to add the appropriate groups or usernames.
If you are using NTFS, check the permissions in the Security tab to ensure that they are properly set to allow access to the share. Because Security settings override Share permissions, it is possible for people on the Permissions list to be denied access to the share because they either are not specified or are denied specifically in the Security list.Note:FAT32 does not provide the same level of security as NTFS; if you’re using FAT32, you will not see the Security tab.
Click OK.
To share a printer:
From the Control Panel, open Devices and Printers.
Right-click the printer you want to share. Click Printer Properties, and then select the Sharing tab.
Check Share this Printer. Under Share name, select a shared name to identify the printer. Click OK.
Select Search Active Directory at the top of the window; you may need to first select the Network tab on the upper left.
From the drop-down menu next to “Find:”, select either Printers or Shared Folders.
You can now enter search terms in the appropriate fields to modify the search; to start the search, click Find Now. To search for shared printers and folders that match any criteria, click Find Now without entering any search terms.
You will see a list of shared printers and folders that are available on the network. Double-click the item to which you want to connect.
If you know the exact name of the computer and the share, or the exact name of the printer, you can enter it directly:
Navigate to a search field. Enter two backslashes, the name of the computer, another backslash, and then the name of the share or printer. For example, if the name of the computer is bl-iub-threepio.ads.iu.edu and the name of the share is r2d2, type: \\bl-iub-threepio.ads.iu.edu\r2d2
Click OK.
If you need to repeatedly access a shared folder or network drive, you can map to it. Mapping creates a persistent link to the share, allowing you to double-click its icon in My Computer whenever you want access.
3. Android Firebase Auth Gradle dependency Error Solution : Android Firebase core And Other Libreary Version same like This Way implementation 'com.google.firebase:firebase-core:16.0.1' implementation 'com.google.firebase:firebase-auth:16.0.1' implementation 'com.google.firebase:firebase-database:16.0.1'
3 . BUILD TIME UNSPECTED PROCESS ERROR
Solution : go To Project level Garadle.build And Change Your Gradle Version To If Say Any Update Dont update.
classpath 'com.android.tools.build:gradle:3.3.2'
4. Multidex Problem
Solution : Add Dependency In App level gradle.build And Enable Multidex True in Default Config In App.build.gradle file .
defaultConfig {
//...
multiDexEnabled true
}
compile 'com.android.support:multidex:1.0.1'
5.
Solution: Added two lines in gradle.properties file:
These two lines automatically resolved my dependency conflicts between google's files and third party dependencies. Here's the link to follow: https://developer.android.com/topic/libraries/support-library/androidx-overview#new-project
android.useAndroidX=true
android.enableJetifier=true
5
ERROR: Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 is also present at [androidx.core:core:1.0.0] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory). Suggestion: add ‘tools:replace=”android:appComponentFactory”‘ to element at AndroidManifest.xml:5:5-19:19 to override.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I was having trouble resizing table columns. All of the solution I found would work until my table was larger than my viewport, then they failed. I finally found a (relatively) easy solution with jQuery UI.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters