Tagged Questions
The setting tag has no wiki summary.
5
votes
4answers
5k views
C# AppSettings: Is there a easy way to put a collection into <appSetting>
i tried
<appSettings >
<add key="List" value="1"/>
<add key="List" value="2"/>
<add key="List" value="3"/>
</appSettings >
and ...
4
votes
1answer
195 views
Where can I find decent jQuery ajax headings setting documentation?
Instead of using the beforeSend method of setting the request headers, I decided I wanted to look into using the headers setting option of a jQuery $.ajax() call. Naturally, I went to this page here, ...
4
votes
1answer
1k views
Setting environment variable with maven 2.x
Is it possible to set environment variable with maven (OS: Linux)?
I already have user-defined properties (in the pom and in profiles.xml)....my problem is, how to execute following from Maven
...
3
votes
2answers
641 views
Tomcat per webapp memory settings
I am having two webapplication running inside tomcat. Java Heap space is allocated for Tomcat and it is shared for both appliaction. In that one application consumes more and other is getting ...
3
votes
1answer
964 views
setting strings in gdb
c++:
int main()
{
string a = "a";
... ...
}
when i debug in gdb:
(gdb) set var a = "ok"
Invalid cast
I run the program and pause at a break point after string a has ...
2
votes
4answers
249 views
Is it possible to use a folder named vimfiles to replace .vim in macvim?
I am using MacVim at home and using gvim in Windows at work. Since I use git to sync my vim settings, I want the settings to be in the same folder named vimfiles. I set runtimepath in my .gvimrc like ...
2
votes
3answers
586 views
same SQL but different explain plan
I am running same SQL (below), at 2 different environments with same index set and table size.
But they gave me 2 different explain plans (attached)
uses a Merge Join Cartesian -- very slow
uses PX ...
2
votes
1answer
88 views
Why is my system using my old PYTHONPATH after explicitly setting?
I am running a script that explicitly sets the PYTHONPATH to avoid naming collisions. However, even if I say os.environ['PYTHONPATH'] = '', it looks as though the system is still able to find my old ...
2
votes
4answers
2k views
Stopping the jQuery blur event within the blur function
I have a textbox that I am using the blur event to validate the text with a regular expression. If it fails I want the textbox to keep the focus. I know in regular javascript you can say return ...
2
votes
1answer
2k views
How can I add class folders into Eclipse?
Say Eclipse is set to compile to a build directory at 'bin' and I have a folder structure with various Java .class files (precompiled) which I want to copy into the folder 'bin' on compile. How do I ...
1
vote
1answer
52 views
AdMob ad filters, and revenue
I don't realyy understand this part about money revenue. What is neccesary to earn money, should ads juyt be diyplayed, or users must click on it ??
And second about that ad filters, should I leave ...
1
vote
2answers
101 views
ActivityManager.killBackgroundProcesses different from “Force stop”
I was experimenting with ActivityManager.killBackgroundProcesses in my application and notice something interesting. I hope someone on stackoverflow can shed some light on this.
So if I start an ...
1
vote
0answers
69 views
Setup proxy configuration for ibm websphere server in console
My WebSphere ESB server runs behind corporate proxy server in our network.
When I try to access external web-service i get network exceptions (cannot access destination host).
Is there any way to set ...
1
vote
1answer
148 views
How to Set the Line Length for VS2010 Automatic line break
I use a wide screen and like to code in 16:9. So sometimes there is a string.Format... or whatever the is larger than the old 4:3 screen format. But VS does not want to use the avaiable space and just ...
1
vote
2answers
660 views
iOS: How to Get the Device Current Language Setting?
There are some features within my application that are supposed to be based on the language settings of the device where it's running.
I want to get the actual language and not some country settings. ...
1
vote
1answer
336 views
Setting the mysql root user password on mac
I just Install MySQL on Mac OS X.
The next step was setting the root user password, do I did the next:
1-Launch the terminal app to access the unix command line.
2-Under the unix prompt I executed ...
1
vote
1answer
35 views
using graphics to measure Window user font size setting
Having recently posetd a question about retrieving the user's font settings, like 96 or 120 dpi, several SO gurus told me to use dpiX and dpiY from any graphic object.
But does the dpi relates to the ...
1
vote
1answer
158 views
Setting SUID flag on a file?
I have a python file that I would like to set the SUID flag on. So that if any normal user executes it it executes as root. I know it's a security issue but I still need to set the SUID flag.
1
vote
1answer
747 views
iOS: Audio Units: setting arbitrary sample rate
Can I set any sample rate I want? What are the restrictions?
How about the hardware sample rate? And once that is set, what is the restriction on the internal sample rates passed between units?
...
1
vote
1answer
91 views
How to fetch the status of Internet security setting(Display mixed content) using javascript or c# code
Is there any way to detect the internet security setting using javascript or through C# code
1
vote
0answers
163 views
Android database setting ImageView
I have a database with 5 columns, 1 column which is a TEXT with the name of a drawable that is /res/drawable folder.
private void fillData() {
mCursor = db2.getAllAchievements();
...
0
votes
0answers
8 views
How to change height of enormego PhotoViewer
I use Enormego Photo viewer to display a list of thumbnails of photos.
You can get the code here: https://github.com/enormego/PhotoViewer
The scrollview of the thumbs is as large as the frame itself, ...
0
votes
0answers
23 views
ASP.Net Server Control - Setting Properties From Database/External Source
My current issue is that I've created a server control, but want to set the properties of the control class (which are temporarily being defined as custom expando attribs for jQuery access via ...
0
votes
1answer
48 views
Access (.MDB) deployment issue - Windows 7 - Installation with admin user?
I use microsoft access (.mdb) database for my business software. Recently I have noticed a lot of feedback from users saying that they are unable to open the software after installation.
Basically, I ...
0
votes
1answer
38 views
Setting the size of a button and action listener
Problem 1:
I'm trying to set the size of my button, but doesn't seem to change and instead always fills the entire screen which isn't what I want.
Problem 2:
When I add the public void ...
0
votes
1answer
24 views
Obtain Network Notification setting in Android
Does anyone know if there is a way to programmatically obtain the Network Notification setting on an Android device? This setting is what allows a user to be notified (or not) when a network is ...
0
votes
2answers
38 views
Using variables with bgStretcher
I am just starting with php programming and I have this question:
Is there any way to set the width and height values of bgStretcher image with variables?
<?php $arrPath=array("bg" => ...
0
votes
0answers
25 views
program to web site
I have a router with a lot of setting.
All the settings have to be done in the web page inside the router with the ip address: 192.168.1.1
However, I have a frequently changed setting.
I have to ...
0
votes
1answer
43 views
some php setting?
I'm on Ubuntu 8.04 LTS server, i upgrade my php from 5.2 (forgot version) into latest 5.2.4 from official repo.
After some error with eaccelerator, it run fine, but i have errors in many places in my ...
0
votes
1answer
58 views
MySQL query returns 0 rows when searching for value with dot (.) in string
If I try to search for a value in mysql database and the string value contains dot in it, query returns 0 rows. Example:
SELECT * FROM table WHERE `username`='marco.polo' --> 0 rows
SELECT * FROM ...
0
votes
0answers
34 views
how to change the multi-language value in the ios program?
how to change the multi-language value in the ios program? For example,there are two rows in the tableview, the one is english, the another is Japanese。And when i select a row,i will get the ...
0
votes
0answers
29 views
Spring 3 MVC: setting value to object attribute of a backing bean in a form
am new to the spring MVC.
in my Spring 3 MVC application, am using Hibernate.
I have a form for submitting student 's information
The student information will have a department as attribute(of ...
0
votes
1answer
55 views
Passing user control properties from controller to view in MVC3
I have created a layout page which has some regularly used user controls (like buttons, text box etc). But the visibility of these controls are determined by the view which is defined from this layout ...
0
votes
0answers
25 views
Setting the zoom for a specific page?
So I've got a webview which displays my site, when I visit this one page I want the zoom to change, say my default zoom is 100%, when the webview loads mysite.com/specialzoom.php I want the zoom to ...
0
votes
1answer
100 views
Where is the setting setVibrateSetting(AudioManager.VIBRATE_TYPE_NOTIFICATION, false) in the phone?
i made an app that messes with the system vibrate settings. namely, it turns them off.
AudioManager audioManager = (AudioManager)ctx.getSystemService(Context.AUDIO_SERVICE);
...
0
votes
1answer
176 views
Editing root.plist as source code results in corrupted plist
I am just starting to work with preference files and I started having problems immediately when editing the root.plist in my settings bundle. My XCode 4 crashes every time I add a property to the ...
0
votes
0answers
78 views
vba : Can't seem to turn off the “making unconstrained variables non-negative” option for Solver
After
SolverReset
I want to switch off the Make Unconstrained Variables Non-Negative option in the vba Solver.
What are the commands to switch off the Make Unconstrained Variables Non-Negative ...
0
votes
1answer
18 views
Visual basic in program information storage
I'm making an installer that needs to have information stored inside the exe itself.
I cannot use my.settings because it is stored outside the application and if it is changed and the exe is moved to ...
0
votes
1answer
159 views
WCF Timeouts - How and where to set?
I have a question about timeouts
Question 1: Where to set timeout values (on server/service side or client side)?
Question 2:
By definition,
The openTimeout as the name implies is the amount of ...
0
votes
0answers
67 views
Change server side time. PHP [closed]
Possible Duplicate:
How do i get the gmt time in php
How can I tell my server to compute time in GMT and not in local time of the boxes location, in this case PST (GMT - 7). Is there a .hta ...
0
votes
2answers
170 views
iOS: How to Create a “User Preference” Feature
I have an application that is based on a UINavigationController; I wish to add a "Setting" page where the user will have the ability to set some features like Language and some other preferences.
...
0
votes
0answers
38 views
enable ssl with proxy setting
I want to set proxy for interntet explorer as well as enabling the SSL to download the file from FTP site.
It says that "SSL cannot be enable while using proxy"
I am doing code in C#.
Can any body ...
0
votes
0answers
18 views
Wordpress :: How can i access the setting page of a plugin outside of the admin page?
The main page of my plugin is formbuilder.php
and i can access to the plugin's setting page on wp-admin/tools.php?page=formbuilder.php
How can i access the setting page outside of the admin page?
i.e ...
0
votes
2answers
36 views
Where is Netbeans UI setting file?
I want to use my UI setting from another PC, where can I find the setting file and copy it over to my 2nd PC, so I can have the same look on both PCs.
0
votes
0answers
117 views
Problem in Xcode with settings of iphone
i want ask you a thing:
in your application multi-language, if you change language in iphone simulator from xcode (running the app) does it crash?
I crash everytime i do this, the strange thing is ...
0
votes
1answer
1k views
Disable shortcuts in Google Chrome
Is there a way to disable and replace shortcut commands in Google Chrome. I want to use Chrome for a public computer that only can access one site. Because of this I want to disable keys like ...
0
votes
2answers
500 views
Qt QSettings try to create ini file but none created why?
Im trying to creat ini file that will hold me the configuration data , i have singletone class
that setting the QSettings object like this :
... #DEFINE CONFIG_FILE_NAME "myconfig.ini"
m_pSettings = ...
0
votes
2answers
441 views
(iphone) InAppSettings/InAppSettingsKit library questions
It seems there are many advocates of InAppSettings https://bitbucket.org/keegan3d/inappsettings/wiki/Home
In my app, I need to have multiple different settings page from different views.
...
0
votes
1answer
197 views
eclipse editor colors - how to set in outline view
The line that is highlighted on Eclipse is really hard for me to see. I am color blind, but I can see colors. I assume the the highlight color in the outline screen has very little contrast to the ...
0
votes
1answer
115 views
what does curly braces mean in web.config file?
In My Project, connection string is like the following. Here what is {DatabaseName}?
connectionString="Server=localhost; Database={DatabaseName}; User Id=sa; password=sa"
if i want to change the ...