Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
io
- Page 1
Re: Delete unused MySQL indexes
Programming
Databases
10 Hours Ago
by Dani
… = 'events_waits_current'; update performance_schema.setup_instruments set enabled = 'yes' where name = 'wait/
io
/table/sql/handler'; The second one was already set to…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
… JS IntersectionObserver is in: [Click Here](https://ej-kon.github.
io
/tests/lazy-load/intersection-observer.html) And the version with…;lazy" is in: [Click Here](https://ej-kon.github.
io
/tests/lazy-load/loading-lazy.html) I have a theory…
Re: How to connect to the Pinterest API using PHP?
Programming
Web Development
2 Months Ago
by Dani
…-php/blob/master/src/Pinterest/Auth/PinterestOAuth.php * https://accreditly.
io
/articles/use-php-to-post-to-the-pinterest-api * https…
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by Mr.M
… namespace System::Data; using namespace System::Drawing; using namespace System::
IO
; using namespace System::Net; using namespace System::Text::RegularExpressions; using…
Re: How secure is Github?
Programming
Software Development
1 Month Ago
by Salem
…. Dropbox maybe at a pinch. Personally, I use https://mega.
io
/ If your DW hosting provider gives you access to filespace…
Re: Io Error's On Writing an Arraylist to file
Programming
Software Development
15 Years Ago
by BestJewSinceJC
…: [CODE]import java.
io
.FileInputStream; import java.
io
.FileOutputStream; import java.
io
.IOException; import java.
io
.ObjectInputStream; import java.
io
.ObjectOutputStream; import java.
io
.Serializable; import…
IO and Embedded SQL
Programming
Software Development
20 Years Ago
by agtmulder17
…, which I have not been successful in implementing
IO
. Thanks for your help. Sincerely, Jason [code….sql.*; import com.sybase.jdbcx.SybDriver; import java.
io
.*; import java.util.*; class lab8 { public static …void main (String args[]) { class
IO
{ public static void main (String[] args) throws IOException …
Io Error's On Writing an Arraylist to file
Programming
Software Development
15 Years Ago
by Dizzzy
…quot;); } catch (IOException e) { System.out.println("
IO
Exception"); } } /** reads all requests from the …quot;); } catch (IOException e) { System.out.println("
IO
Exception"); } catch (ClassNotFoundException e) { System.out.…
Re: Io Error's On Writing an Arraylist to file
Programming
Software Development
15 Years Ago
by Dizzzy
Hmmmm i created the The Arraylist<String> list and exported it and it worked fine then i tried again with the ArrayList<Request> allRequests and it didnt work, Same
Io
Exception. The Request Class implements Serializable and so does the SerializableWriter Class i am using to write the .dat file.
io.FileNotFoundException on unix
Programming
Software Development
13 Years Ago
by carloskire
…JOptionPane.showMessageDialog(null, "Unable to open Project file. (
IO
)", "Error: Contact Programmer.", WIDTH); e.printStackTrace…;, WIDTH); } catch (Exception e2) { } } [/CODE] Exception shows:
io
.FileNotFoundException \disk\ip\ipgal\projects (The system cannot find the…
Re: io.FileNotFoundException on unix
Programming
Software Development
13 Years Ago
by carloskire
… trace JOptionPane.showMessageDialog(null, "Unable to open Project file. (
IO
)", "Error: Contact Programmer.", WIDTH); e.printStackTrace();… 16:10 projects -bash-3.00$ However I still get
io
.FileNotFoundException. Any help appreciated. Regards. Carlos [QUOTE=JeffGrigg;1618156…
IO operations optimising for copy function
Programming
Software Development
12 Years Ago
by ctrl-alt-del
…, but I am somewhat concerned about the possibility of massive
IO
operations due to the way my program works. Here is… that given the very large amount of files might put
IO
operations through the roof, and slow the system to a…
Re: IO modules
Programming
Software Development
14 Years Ago
by vbBen
question was at the end: [concerning using
IO
modules with VB 6.0] Are there any special libraries that need to be installed; or is simply- write code, plug in, and use? One more question: What are some good types/brands of
IO
modules? I have seen 'Measurment Computing SSR08' , 'DigiBee', and something from 'Southwest'. Thanks
Re: IO.StreamReader Help?
Programming
Software Development
13 Years Ago
by Teme64
… [URL="http://msdn.microsoft.com/en-us/library/system.
io
.streamreader.readline.aspx"]StreamReader.ReadLine Method[/URL]. Instead, if… String = (path + "\LogDat.txt") Dim sr As New
IO
.StreamReader(file) Dim line1 As String Dim line4 As String…
Io.sys File Corrupted
Community Center
20 Years Ago
by blkcat
OK HERE IT GO'S I HAVE A SITUATION I HAVE HP PAVILLION AND IT HAS ME /98 ON IT I CANT GET IN TO WINDOWS ANY MORE IT SAYS MY
IO
.SYS IS CORRUPTED SO I WOULD LOVE FOR YOU SWEET PEPS TO HELP A KITTY OUT LIKE MEEEEEE-OWWWWWWWWWW TY I WOULD APPRECIATE IT :cheesy:
IO Files and Multithreading
Programming
Software Development
15 Years Ago
by babylonlion
….interrupt(); Help me please [CODE] import java.util.*; import java.
io
.*; public class Joking{ public static void main(String[] args) throws…
IO.FileNotFound For Some
Programming
Software Development
15 Years Ago
by Darkicon
… they reported to me was an exception from JIT Debugging.
IO
.FileNotFound on one of my buttons. Specifically what that button…
IO modules
Programming
Software Development
14 Years Ago
by vbBen
Hello, I'm trying to select a good
IO
module. My goal is industrial control: sensors and push buttons …
IO creating a file program help
Programming
Software Development
14 Years Ago
by Poopster01
… 4 * * * * * END lab 4 *********************************************************************/ //Pre-Processor Declaration Section import java.
io
.*; public class welch_lab4 {// START CLASS LAB 4 public static void…
IO.StreamReader Help?
Programming
Software Development
13 Years Ago
by RedexProGamma
… String = (path + "\LogDat.txt") Dim sr As New
IO
.StreamReader(file) Dim line1 As String = sr.ReadLine(1) '' Supposed…
IO.File.ReadAllLines ANSI Characters?
Programming
Software Development
13 Years Ago
by Rakham
I'm using
IO
.File.ReadAllLines(FileName) to read all lines from text file …
IO EXCEPTION
Programming
Software Development
12 Years Ago
by amin.sohal
… when I try to debuge or execute in netbeans "
IO
EXCEPTION WHILE READING: Localhost". Project is successfully build. I…
Re: Io.sys Corrupted
Hardware and Software
Microsoft Windows
20 Years Ago
by Pimp Daddy
… installed the OS again it should have been a fresh
IO
.sys. Another option is to remove all the partitons by…
Re: IO problem...
Programming
Software Development
17 Years Ago
by n.aggel
thanks salem, it works! I understand why your code solves the problem "type the wrong thing"... The thing i can't understand is why scanf can't work together with fgets...i think i 've read somewhere that it isn't the best thing to mix
io
functions from different families but i can't understand why...
Re: IO problem...
Programming
Software Development
17 Years Ago
by Ancient Dragon
>>it isn't the best thing to mix
io
functions from different families but scanf() and fgets() are of …
Re: IO write in middle of txt
Programming
Software Development
11 Years Ago
by ceelos1974
so I could take all the lines and paste it into an array/table, then do a loop through the array/table and then check each var if it equals what I want then change that var to whatever new I want, then do the
IO
stuff? because that seems like something simple to do. Anyways thanks for the help.
java.io.NotSerializableException: com.sun.java.swing.plaf.windows.XPStyle
Programming
Software Development
14 Years Ago
by hanvyj
… paste most of the stack trace in, (its massive) : java.
io
.NotSerializableException: com.sun.java.swing.plaf.windows.XPStyle at java…(Unknown Source) at java.
io
.ObjectOutputStream.defaultWriteFields(Unknown Source) at java.
io
.ObjectOutputStream.writeSerialData(Unknown Source) at java.
io
.ObjectOutputStream.writeOrdinaryObject(Unknown Source…
Java Security - Restrict IO Permissions using SecurityManager
Programming
Software Development
3 Years Ago
by dimitrilc
…Solution Code ## package com.example; import java.
io
.IOException; import java.nio.file.Files; import java…e.printStackTrace(); } } } ## java.policy ## grant { permission java.
io
.FilePermission "c:/ioPractice/test.txt", "read"…
Socket io problem with angular & node js
Programming
Web Development
4 Years Ago
by Ivan_7
… import { Observable } from 'rxjs'; import {
io
} from 'socket.
io
-client'; import { environment } from '../../../environments/environment';…}) const findAllRoom = await Chat.findById(createRoom.id)
io
.emit('listOfAllRoom', findAllRoom.room) } else { const …
Using Node.JS and Socket.IO to change html page
Programming
Web Development
9 Years Ago
by bradly.spicer
…; <script src="https://cdn.socket.
io
/socket.
io
-1.2.0.js"></script…lt;body> <script src="/socket.
io
/socket.
io
.js"></script> <…com/docs/twitch-irc/Commands/Action //SOCKET.
IO
Setup var
io
= require('socket.
io
')(http); var app = require('express')(); var…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC