I have an CV and would like to automatically update my age when opening. So, what formula should I insert in a MS Word field?
Something like { CREATEDATE \@ "01/01/1983" - CREATEDATE \@ "dd/MM/YYYY"} ?
I have new set of code for a website that is using SqlCacheDependencies based on sql commands. I have enabled SQL Service Broker and some triggers on update/insert/delete and it is causing 100% CPU. Any ideas if I am doing something wrong or suggestions to improve?
Here are the SQLchanges I ran:
alter database DATABASE_NAME set enable_broker WITH ROLLBACK IMMEDIATE
grant subscribe query notifications to CONNECTION_USER_NAME
grant send on service::sqlquerynotificationservice to CONNECTION_USER_NAME
ALTER AUTHORIZATION ON DATABASE::DATABASE_NAME TO CONNECTION_USER_NAME;
I must convert some stored procedures from MS Sql Server to MySQL
and in Sql Server I have these two variables:
@@ERROR for a server error and
@@IDENTITY for the last insert id
are there MySql similar global variables?
I have 2 bars of KVR800D2N6/2G and 2 bars of KVR800D2N5/1G and want to insert them into ASUS P5Q-EM which supports up to 16 GB of such memory.
The main problem is - first two are N6 and second two are N5. Are they compatible?
My Lenovo x100e laptop has a "4-in-1" card reader that's supposed to handle SD/SDHC, MMC, Memory Stick and MS Pro, but I can't insert my SDHC card (a "SANDISK SECURE DIGITAL EXTREME SDHC 16GB 30MB/S"). It enters a bit and looks lite it will fit, but then it doesn't get any further in (and yes, I've tried to turn it around). It really doesn't move, and I'm afraid to break something if I push harder.
Am I missing something obvious here?
My hard disk crashed and I need to reinstall Mac OS X. I restart, insert the installation DVD, press c on the keyboard and the dvd ejects. I've tried different DVDs, even CDs. It's a Macbook Pro from march 2008.
Is it broken? Or can it be something more severe like the firewire controller on the motherboard (since I noticed this after my hard drive started to act strangely)? I've ran Apple Hardware Test successfully.
Hey, a few days ago my computer wouldnt boot..said something along the lines of "Please insert correct boot media and press any key" Its oldish so I tried what I could and just went out to buy new hard drive.
Yesterday, installed it and it worked fine..put Windows XP onto in sp3 etc, turned on today and the same thing has happened ! Tried changing cables, remove graphics card etc, restoring bios to default but nothing works.
Motherboard : Asus A8R32-MVP Deluxe
Ram : 2GB
HD : 320gb Hitachi
Any ideas?
Thanks :)
Suppose that I try to insert some data into a table and if the insertion fails due to some CDBException, will that be logged in to the SQL Profiler logs?
I am using SQL Server MSDE 2000
Hi guys,
I'm looking for a tool to convert a static html / css page to wordpress. I guess the css part doesnt matter; it seems easy to create your own theme. I'm just looking for at tool that can insert the right content into the right database tables, if anything like that exists!
Thanks!
Hi
So basically I have IIS6 running a .net application, running on port 80. What I want is to insert php code in this application. I found on a forum someone suggesting to run Apache+php in front of the IIS server so, like this, the .net code will be interpreted by the IIS server and after that the result will be passed to Apache that will interpret the php code.
Is it possible?
If yes then how to configure the Apache server?
Thanks guys :)
A lot of the time, when I want to format text within a web page's text box I'll hit the Tab key.
Unfortunately, that doesn't insert the tab character but instead moves the control to the next form element (like a button or a check box).
For browsers like Firefox/IE, is there a way to get the formatting behavior of a tab, within a text box, by typing a key combination?
I need a program to control time, I need the time to go forth and back (for me to choose)
and I insert the staring time.
I also need a program to control lap times.
If anyone know any program for these stuff (racing stuff), I would apreciate it, even if there only are paid solution, I still would like to take a look at them (I staring to make a program in python and it could be good for inspiration)
I am trying to connect to my webserver via ssh but I can't. When I insert the password nothing happens . This is what I see:
# ssh [email protected][email protected]'s password:
Why ? In iptables there are no rules. Please help :(
I am trying to connect to my webserver via ssh but I can't. When I insert the password then the terminal is blocked. This is what I see:
# ssh [email protected][email protected]'s password:
Why ?
In iptables there are no rules.
Please help :(
I am using word 2007 and am inserting code into the document. I have a style with a fixed-width font and light grey background and all, and I use Notepad++ for syntax highlighting.
My problem is with a "line" of code that is too long to display, so is there a way to auto-insert an arrow symbol at the beginning of a such lines to indicate that it is the same line (kind of like hyphenating, except on long lines instead of long words)
So for e.g. something like this:
public static void foo(String abcdefg, Boolean 123,
?String xyz)
I have added some advanced properties into my Microsoft Word 2007 document. These were created by doing the following:
Click the Office button - Prepare - Properties. Under the Document Properties drop-down menu, select Advanced Properties. In the Custom tab, add properties as needed.
My question is how do you insert these custom properties into the Word document so that they are in text form and gets updated when you update the properties in that one spot?
Thank you!
Does anyone know how to embed a video in a powerpoint presentation in such a way that it can be moved to another computer?
Possible solutions I'm considering:
Actually embed the video file into the powerpoint file. This would be ideal, but I don't know how to do this.
Insert a reference to the video into the presentation. I need this to be a relative path, though, not an absolute path.
EDIT: I forgot to mention I'm using powerpoint 2003
I'd like to create the anchor text for the hyperlink myself instead of Buzz do it for me automatically everytime I insert a link, how can I do that? and I dont think the HTML code works in Buzz, such as:
IMDB
thanks a lot for your help.
In OneNote options I've set a particular default font. Then I selected all text in a particular notebook section and change it to the new font. However, whenever I insert a new line in that existing body of text, it reverts to a font that isn't my default. Almost as if the incorrect "style" information is somehow embedded in the existing text, even though the text itself is the correct font.
How can I resolve this?
I have just got a VPS (with cPanel/WHM) to test what gains i could get in my application with using apc file cache AND user cache.
So firstly I got the PHP 5.3 compiled in as a DSO (apache module).
Then installed APC via PECL through SSH. (First I tried with WHM Module installer, it also had the same problem, so I tried it via ssh)
All seemed fine and phpinfo showed apc loaded and enabled.
Then I checked with apc.php. All seemed OK
But as I started testing my php application, the stats in apc for File Cache Information state:
Cached Files 0 ( 0.0 Bytes)
Hits 1
Misses 0
Request Rate (hits, misses) 0.00 cache requests/second
Hit Rate 0.00 cache requests/second
Miss Rate 0.00 cache requests/second
Insert Rate 0.00 cache requests/second
Cache full count 0
Which meant no PHP files were being cached, even though I had browsed through over 10 PHP files having multiple includes. So there must have been some Cached Files.
But the user cache is functioning fine.
User Cache Information
Cached Variables 0 ( 0.0 Bytes)
Hits 1000
Misses 1000
Request Rate (hits, misses) 0.84 cache requests/second
Hit Rate 0.42 cache requests/second
Miss Rate 0.42 cache requests/second
Insert Rate 0.84 cache requests/second
Cache full count 0
Its actually from an APC caching test script which tries to retrieve and store 1000 entries and gives me the times. A sort of simple benchmark.
Can anyone help me here.
Even though apc.cache_by_default = 1, no php files are being cached.
This is my apc config
Runtime Settings
apc.cache_by_default 1
apc.canonicalize 1
apc.coredump_unmap 0
apc.enable_cli 0
apc.enabled 1
apc.file_md5 0
apc.file_update_protection 2
apc.filters
apc.gc_ttl 3600
apc.include_once_override 0
apc.lazy_classes 0
apc.lazy_functions 0
apc.max_file_size 1M
apc.mmap_file_mask
apc.num_files_hint 1000
apc.preload_path
apc.report_autofilter 0
apc.rfc1867 0
apc.rfc1867_freq 0
apc.rfc1867_name APC_UPLOAD_PROGRESS
apc.rfc1867_prefix upload_
apc.rfc1867_ttl 3600
apc.serializer default
apc.shm_segments 1
apc.shm_size 32M
apc.slam_defense 1
apc.stat 1
apc.stat_ctime 0
apc.ttl 0
apc.use_request_time 1
apc.user_entries_hint 4096
apc.user_ttl 0
apc.write_lock 1
Also most php files are under 20KB, thus, apc.max_file_size = 1M is not the cause.
I have also tried using 'apc_compile_file ' to force some files into opcode cache with no luck. I have also re-installed APC with Debugging enabled, but nothing shows in the error_log
I have also tried setting mmap_file_mask to /dev/zero and /tmp/apc.xxxxxx, i have also set /tmp permissions to 777 to no avail
Any clue anyone.
Update: I have tried following things and none cause APC file cache to populate
1. set apc.enable_cli = 1 AND run a script from cli
2. Set apc.max_file_size = 5M (just in case)
3. switched php handler from dso to FastCGI in WHM (then switched it back to dso as it did not solve the problem)
4. Even tried restarting the container
I'm using PowerPoint 2003. Does anyone know how to embed a video in a PowerPoint presentation in such a way that it can be moved to another computer?
Possible solutions I'm considering:
Actually embed the video file into the powerpoint file. This would be ideal, but I don't know how to do this.
Insert a reference to the video into the presentation. I need this to be a relative path, though, not an absolute path.
Hello,
sorry for my english, i am from russia.
so, my pc based on AMD athlon.
In past i move harddrive with xp and insert this HardDrive to another PC (Intel core2duo)
I do this because i need a lot of files from my pc to another.
So after this i back my harddrive to original pc (amd)
And i see blackscreen on win-loading!
(additional info - i boot this hard on another pc ... i know this is bad =(
when i insert a dvd it shows that the dvd has data upto 4.28GB but wen i open it there is no file showed..i have used the dvd 2days before and it contains mostly .jpg files..how to recover my data?
when i insert a dvd it shows that the dvd has data upto 4.28GB but wen i open it there is no file showed..i have used the dvd 2days before and it contains mostly .jpg files..how to recover my data?
Hello
I have 500GB of database stored in SQL Server. Because it has too big a database, it takes time to update and insert data. Now the case is that I want to partition the data. So which partitioning techniques should I use? Or is there any other technique which will improve my performance?