본문 바로가기

Category

(302)
How to Uninstall a Linux Dual-Boot System From Your Computer How to Uninstall a Linux Dual-Boot System From Your Computer https://www.howtogeek.com/141818/how-to-uninstall-a-linux-dual-boot-system-from-your-computer/ Can I Delete Recovery Partition in Windows 7/8/10 for Further Use? https://www.partitionwizard.com/partitionmagic/delete-recovery-partition.html Create a recovery drive https://support.microsoft.com/en-us/help/4026852/windows-create-a-recover..
[Nexus 7] Remove Blank Screens Download Google Now Launcher from the Play Store
엄마표 영어 리틀팍스 리딩게이트 https://blog.naver.com/lovegunpo/221200912463
Set JDK for NetBeans How to set the JDK Netbeans runs on? https://stackoverflow.com/questions/6950960/how-to-set-the-jdk-netbeans-runs-on Thanks to KasunBG's tip, I found the solution in the "suggested" link, update the following file (replace 7.x with your Netbeans version) :C:\Program Files\NetBeans 7.x\etc\netbeans.conf Change the following line to point it where your java installation is :netbeans_jdkhome="C:\Pr..
install eclipse & set eclipse.ini Eclipse/Installation https://wiki.eclipse.org/Eclipse/Installation Current releases of Eclipse require Java 8 or newer. If you are using Eclipse to do Java development, install a JDK. In all cases, 64-bit Eclipse requires a 64-bit JVM, and a 32-bit Eclipse requires a 32-bit JVM. A Java Development Kit (JDK) includes many useful extras for Java developers including the source code for the standar..
[Python] Extending, Embedding and Integrating Extending and Embedding the Python Interpreter Python/C API Reference Manual Integrating Python With Other LanguagesCalling C functions from Python – part 1 – using ctypes https://blogs.msdn.microsoft.com/yizhang/2018/01/20/calling-c-functions-from-python-part-1-using-ctypes/ http://yizhang82.me/python-interop-ctypesCalling C functions from Python – part 2 – writing CPython extensi..
SQL Server 2017 Machine Learning Services What is SQL Server Machine Learning Services?https://docs.microsoft.com/en-us/sql/advanced-analytics/what-is-sql-server-machine-learning?view=sql-server-2017 Install SQL Server 2017 Machine Learning Services (In-Database) on Windowshttps://docs.microsoft.com/en-us/sql/advanced-analytics/install/sql-machine-learning-services-windows-install?view=sql-server-2017 Tutorials for SQL Server Machine Le..
[Techie Delight] Java String & C++ STL Iterate over Characters of String in Java http://www.techiedelight.com/iterate-over-characters-string-java/ Data structures and algorithms problems in C++ using STL http://www.techiedelight.com/data-structures-and-algorithms-interview-questions-stl/