All Questions
0
votes
0answers
3 views
Site Collection Quota to 4TB
Created a New Quota Template and tried to put in 4194304 for Megabyte but it's only taking 419430 which is less than 1TB
Can someone help me? Or do I need to do it using powershell?
0
votes
0answers
2 views
Trouble making an executable jar with lwjgl
When I try to make an executable jar in netbeans I get this error
C:\lwjgl\lwjgl-2.8.5\res is a directory or can't be read. Not copying the libraries. Not copying the libraries.The res folder holds ...
0
votes
0answers
5 views
jQuery append() / after() don't work propery or not recognized.
I'm following this, making a To-Do list stickynotes http://www.paulund.co.uk/create-sticky-notes-to-do-list-in-css-and-jquery
I need help.
My jquery code does not work / not recognized by browser. ...
0
votes
0answers
2 views
mvn deploy:deploy-file — Failed to deploy artifacts: Could not find artifact
I am trying to add a 3rd party vendor's jar to our internal nexus repository.
I have tried to do so using this command:
mvn deploy:deploy-file
-DgroupId=acme
-DartifactId=acme
-Dversion=1.0
...
0
votes
0answers
5 views
Use fputcsv() to insert a row at the top of a csv file?
Pretty simple question. I know how to use fputcsv() to insert a row into a csv but it inserts it at the bottom. Is there a way to use it to insert something at the top of the csv?
I need to add a ...
0
votes
0answers
3 views
Custom motherboard
I have this custom motherboard that I want to access the harddrive to install linux on it.
How can I accomplish that? :)
It has two usb ports, i plugged both keyboard and mouse but they didn't show ...
0
votes
0answers
2 views
Eclipse-HTTP Status 404
I know that someone already asked this, but I haven't got the answer I wanted. So i'm trying to run a jsp page using Tomcat, but I keep getting the following error message:
HTTP Status 404 - ...
0
votes
0answers
3 views
GenericJDBCException - Could not update
I'm trying to update a record in the database and I'm getting the following error.
I'm trying to figure out what exactly this error means. SQLCODE -302 says one of the values may have exceeded the ...
0
votes
0answers
3 views
Isert Selected item in listbox using Ado.net and stor proc
I create this class method to Enter Selected Items Form CheckboxList to associated resource I use ADO.net & store Proc to insert data can someone help me to improve it and make to so clean instead ...
0
votes
0answers
2 views
Valuable uses of Expressions and Expression Trees
Can anybody states valuable uses of Expressions and Expression Trees in the real-world ?
Any concrete scenario in which it made your life easier ?
0
votes
0answers
3 views
How to downgrade to iOS5 on a development device
I've been searching a lot on this, and all I can find is complicated hacks with jailbreaks and what not. I have an iPod 4g that I need to downgrade from 6.0 to 5 or 5.1 for testing purposes. Is this ...
0
votes
0answers
2 views
Is there a javascript framework for native controls that works on both iOS and Android?
I'm attempting to make a cross-platform game, for both iOS and Android. It requires both drawing to a canvas (the actual game part) and navigation that would look far nicer via native controls (e.g. ...
0
votes
0answers
3 views
Calendar returning duplicate lines per employee
I have created a simple table in SSRS that has employees down the left hand side and each column is a number 1 - 31. When an employee books a holiday it puts an X in the dates they are on holiday ...
0
votes
0answers
4 views
c++ with ndk platform error help '_IOR' was not declared in this scope
anyone can tell me why i get this error when compile cpp code with ndk:
C:/ndk/samples/fmservice/src/jni/JFmRxNative.cpp:304:24: error: expected primary-expression before 'struct'
...
0
votes
2answers
18 views
Vector Erase Error
I have the following code in C++:
#include <iostream>
#include <cstdlib>
#include <ctime>
#include <vector>
int main ()
{
srand(time(0));
int noOfElements = 9;
for ...